165 lines
5.7 KiB
XML
165 lines
5.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>srt-cloud-flink</artifactId>
|
|
<groupId>net.srt</groupId>
|
|
<version>2.0.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>flink-core-all</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-common</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-all</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
<artifactId>groovy</artifactId>
|
|
<version>3.0.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-executor</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-gateway</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-client-hadoop</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-base</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-alert-dingtalk</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-alert-wechat</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-alert-feishu</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-alert-email</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-mysql</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-oracle</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-hive</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-postgresql</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-metadata-sqlserver</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-process</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-function</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>flink-1.16</id>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-client-1.16</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-catalog-mysql-1.16</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-1.16</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</profile>
|
|
<profile>
|
|
<id>flink-1.14</id>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-client-1.14</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-catalog-mysql-1.14</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.srt</groupId>
|
|
<artifactId>flink-1.14</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</profile>
|
|
</profiles>
|
|
|
|
|
|
</project>
|