|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | + ~ contributor license agreements. See the NOTICE file distributed with |
| 5 | + ~ this work for additional information regarding copyright ownership. |
| 6 | + ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | + ~ (the "License"); you may not use this file except in compliance with |
| 8 | + ~ the License. You may obtain a copy of the License at |
| 9 | + ~ |
| 10 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + ~ |
| 12 | + ~ Unless required by applicable law or agreed to in writing, software |
| 13 | + ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + ~ See the License for the specific language governing permissions and |
| 16 | + ~ limitations under the License. |
| 17 | + --> |
| 18 | + |
| 19 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | + <parent> |
| 23 | + <artifactId>kyuubi-parent</artifactId> |
| 24 | + <groupId>org.apache.kyuubi</groupId> |
| 25 | + <version>1.5.0-SNAPSHOT</version> |
| 26 | + <relativePath>../../pom.xml</relativePath> |
| 27 | + </parent> |
| 28 | + <modelVersion>4.0.0</modelVersion> |
| 29 | + |
| 30 | + <artifactId>kyuubi-flink-sql-engine_2.12</artifactId> |
| 31 | + <name>Kyuubi Project Engine Flink SQL</name> |
| 32 | + <packaging>jar</packaging> |
| 33 | + |
| 34 | + <dependencies> |
| 35 | + <!-- kyuubi --> |
| 36 | + <dependency> |
| 37 | + <groupId>org.apache.kyuubi</groupId> |
| 38 | + <artifactId>kyuubi-common_${scala.binary.version}</artifactId> |
| 39 | + <version>${project.version}</version> |
| 40 | + </dependency> |
| 41 | + |
| 42 | + <dependency> |
| 43 | + <groupId>org.apache.kyuubi</groupId> |
| 44 | + <artifactId>kyuubi-ha_${scala.binary.version}</artifactId> |
| 45 | + <version>${project.version}</version> |
| 46 | + </dependency> |
| 47 | + |
| 48 | + </dependencies> |
| 49 | + |
| 50 | +</project> |
0 commit comments