You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1011 lines
41 KiB
1011 lines
41 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- |
|
~ Licensed to the Apache Software Foundation (ASF) under one or more |
|
~ contributor license agreements. See the NOTICE file distributed with |
|
~ this work for additional information regarding copyright ownership. |
|
~ The ASF licenses this file to You under the Apache License, Version 2.0 |
|
~ (the "License"); you may not use this file except in compliance with |
|
~ the License. You may obtain a copy of the License at |
|
~ |
|
~ http://www.apache.org/licenses/LICENSE-2.0 |
|
~ |
|
~ Unless required by applicable law or agreed to in writing, software |
|
~ distributed under the License is distributed on an "AS IS" BASIS, |
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
~ See the License for the specific language governing permissions and |
|
~ limitations under the License. |
|
--> |
|
<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"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
<artifactId>dolphinscheduler</artifactId> |
|
<version>dev-SNAPSHOT</version> |
|
</parent> |
|
<artifactId>dolphinscheduler-bom</artifactId> |
|
<packaging>pom</packaging> |
|
<name>${project.artifactId}</name> |
|
|
|
<properties> |
|
<netty.version>4.1.53.Final</netty.version> |
|
<spring-boot.version>2.7.3</spring-boot.version> |
|
<spring-ldap.version>2.4.1</spring-ldap.version> |
|
<java-websocket.version>1.5.1</java-websocket.version> |
|
<mybatis-plus.version>3.5.2</mybatis-plus.version> |
|
<quartz.version>2.3.2</quartz.version> |
|
<druid.version>1.2.20</druid.version> |
|
<curator-test.version>2.12.0</curator-test.version> |
|
<jetcd.version>0.5.11</jetcd.version> |
|
<!-- todo: Should upgrade the jetcd.test, 0.7.1 doesn't support arm --> |
|
<jetcd.test.version>0.7.1</jetcd.test.version> |
|
<io.grpc.version>1.41.0</io.grpc.version> |
|
<commons-codec.version>1.11</commons-codec.version> |
|
<commons-logging.version>1.1.1</commons-logging.version> |
|
<commons-lang3.version>3.12.0</commons-lang3.version> |
|
<commons-httpclient>3.0.1</commons-httpclient> |
|
<commons-beanutils.version>1.9.4</commons-beanutils.version> |
|
<commons-configuration.version>1.10</commons-configuration.version> |
|
<commons-email.version>1.5</commons-email.version> |
|
<commons-collections4.version>4.3</commons-collections4.version> |
|
<httpclient.version>4.5.13</httpclient.version> |
|
<httpcore.version>4.4.15</httpcore.version> |
|
<jackson.version>2.13.4</jackson.version> |
|
<protostuff.version>1.7.2</protostuff.version> |
|
<byte-buddy.version>1.12.11</byte-buddy.version> |
|
<logback.version>1.2.11</logback.version> |
|
<hadoop.version>3.2.4</hadoop.version> |
|
<cron-utils.version>9.1.6</cron-utils.version> |
|
<h2.version>2.2.220</h2.version> |
|
<mysql-connector.version>8.0.33</mysql-connector.version> |
|
<vertica-jdbc.version>12.0.4-0</vertica-jdbc.version> |
|
<oracle-jdbc.version>21.5.0.0</oracle-jdbc.version> |
|
<dameng-jdbc.version>8.1.2.79</dameng-jdbc.version> |
|
<ngdbc.version>2.4.51</ngdbc.version> |
|
<slf4j.version>1.7.36</slf4j.version> |
|
<poi.version>4.1.2</poi.version> |
|
<javax.servlet-api.version>3.1.0</javax.servlet-api.version> |
|
<activation.version>1.1</activation.version> |
|
<javax-mail>1.6.2</javax-mail> |
|
<guava.version>31.1-jre</guava.version> |
|
<postgresql.version>42.4.1</postgresql.version> |
|
<hive-jdbc.version>2.3.9</hive-jdbc.version> |
|
<kyuubi-jdbc.version>1.7.0</kyuubi-jdbc.version> |
|
<commons-io.version>2.11.0</commons-io.version> |
|
<oshi-core.version>6.1.1</oshi-core.version> |
|
<clickhouse-jdbc.version>0.4.6</clickhouse-jdbc.version> |
|
<databend-jdbc.version>0.0.7</databend-jdbc.version> |
|
<lz4-java.version>1.4.0</lz4-java.version> |
|
<mssql-jdbc.version>11.2.1.jre8</mssql-jdbc.version> |
|
<presto-jdbc.version>0.238.1</presto-jdbc.version> |
|
<servlet-api.version>2.5</servlet-api.version> |
|
<guava-retry.version>2.0.0</guava-retry.version> |
|
<reflections.version>0.10.2</reflections.version> |
|
<py4j.version>0.10.9</py4j.version> |
|
<jsr305.version>3.0.0</jsr305.version> |
|
<commons-compress.version>1.21</commons-compress.version> |
|
<commons-math3.version>3.1.1</commons-math3.version> |
|
<error_prone_annotations.version>2.5.1</error_prone_annotations.version> |
|
<hibernate-validator.version>6.2.2.Final</hibernate-validator.version> |
|
<aws-sdk.version>1.12.300</aws-sdk.version> |
|
<aliyun-sdk-oss.version>3.15.1</aliyun-sdk-oss.version> |
|
<joda-time.version>2.10.13</joda-time.version> |
|
<okhttp.version>4.9.3</okhttp.version> |
|
<json-path.version>2.7.0</json-path.version> |
|
<spring-cloud-dependencies.version>2021.0.3</spring-cloud-dependencies.version> |
|
<gson.version>2.9.1</gson.version> |
|
<dropwizard.metrics-version>4.2.11</dropwizard.metrics-version> |
|
<snappy.version>1.1.10.1</snappy.version> |
|
<spark.version>3.2.2</spark.version> |
|
<janino.version>3.0.16</janino.version> |
|
<snakeyaml.version>1.33</snakeyaml.version> |
|
<htrace.version>4.1.1</htrace.version> |
|
<datasync.version>2.17.282</datasync.version> |
|
<springdoc-openapi-ui.version>1.6.9</springdoc-openapi-ui.version> |
|
<aspectj.version>1.9.7</aspectj.version> |
|
<zt-zip.version>1.15</zt-zip.version> |
|
<trino-jdbc.version>402</trino-jdbc.version> |
|
<azure-identity.version>1.7.1</azure-identity.version> |
|
<redshift-jdbc42.version>2.1.0.9</redshift-jdbc42.version> |
|
<aws-java-sdk-redshift.version>1.12.300</aws-java-sdk-redshift.version> |
|
<azure-resourcemanager.version>2.21.0</azure-resourcemanager.version> |
|
<azure-resourcemanager-datafactory.version>1.0.0-beta.19</azure-resourcemanager-datafactory.version> |
|
<snowflake-jdbc.version>3.13.29</snowflake-jdbc.version> |
|
<google-cloud-storage.version>2.18.0</google-cloud-storage.version> |
|
<sshd.version>2.8.0</sshd.version> |
|
<fabric8.client.version>6.0.0</fabric8.client.version> |
|
<casdoor.version>1.6.0</casdoor.version> |
|
<azure-sdk-bom.version>1.2.10</azure-sdk-bom.version> |
|
<protobuf.version>3.17.2</protobuf.version> |
|
<esdk-obs.version>3.23.3</esdk-obs.version> |
|
<system-lambda.version>1.2.1</system-lambda.version> |
|
<zeppelin-client.version>0.10.1</zeppelin-client.version> |
|
<testcontainer.version>1.19.3</testcontainer.version> |
|
<checker-qual.version>3.19.0</checker-qual.version> |
|
<zeppelin-client.version>0.10.1</zeppelin-client.version> |
|
<aliyun-voice.version>2.1.4</aliyun-voice.version> |
|
<nashorn-sandbox.version>0.3.2</nashorn-sandbox.version> |
|
</properties> |
|
|
|
<dependencyManagement> |
|
<dependencies> |
|
<!-- aspectj --> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjweaver</artifactId> |
|
<version>${aspectj.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjrt</artifactId> |
|
<version>${aspectj.version}</version> |
|
</dependency> |
|
|
|
<!-- netty --> |
|
<dependency> |
|
<groupId>io.netty</groupId> |
|
<artifactId>netty-bom</artifactId> |
|
<version>${netty.version}</version> |
|
<type>pom</type> |
|
<scope>import</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.netty</groupId> |
|
<artifactId>netty-all</artifactId> |
|
<version>${netty.version}</version> |
|
</dependency> |
|
|
|
<!-- spring --> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
<version>${spring-boot.version}</version> |
|
<type>pom</type> |
|
<scope>import</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-test</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.java-websocket</groupId> |
|
<artifactId>Java-WebSocket</artifactId> |
|
<version>${java-websocket.version}</version> |
|
</dependency> |
|
<!-- mybatis --> |
|
<dependency> |
|
<groupId>com.baomidou</groupId> |
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
<version>${mybatis-plus.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.baomidou</groupId> |
|
<artifactId>mybatis-plus</artifactId> |
|
<version>${mybatis-plus.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.baomidou</groupId> |
|
<artifactId>mybatis-plus-annotation</artifactId> |
|
<version>${mybatis-plus.version}</version> |
|
</dependency> |
|
|
|
<!-- quartz--> |
|
<dependency> |
|
<groupId>org.quartz-scheduler</groupId> |
|
<artifactId>quartz</artifactId> |
|
<version>${quartz.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.cronutils</groupId> |
|
<artifactId>cron-utils</artifactId> |
|
<version>${cron-utils.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.javassist</groupId> |
|
<artifactId>javassist</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>druid</artifactId> |
|
<version>${druid.version}</version> |
|
</dependency> |
|
|
|
<!-- Zookeeper --> |
|
<dependency> |
|
<groupId>org.apache.zookeeper</groupId> |
|
<artifactId>zookeeper</artifactId> |
|
<version>${zookeeper.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.netty</groupId> |
|
<artifactId>netty</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>com.github.spotbugs</groupId> |
|
<artifactId>spotbugs-annotations</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.dropwizard.metrics</groupId> |
|
<artifactId>metrics-core</artifactId> |
|
<version>${dropwizard.metrics-version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.xerial.snappy</groupId> |
|
<artifactId>snappy-java</artifactId> |
|
<version>${snappy.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-framework</artifactId> |
|
<version>${curator.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-client</artifactId> |
|
<version>${curator.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>log4j-1.2-api</groupId> |
|
<artifactId>org.apache.logging.log4j</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-recipes</artifactId> |
|
<version>${curator.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.apache.zookeeper</groupId> |
|
<artifactId>zookeeper</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-test</artifactId> |
|
<version>${curator.version}</version> |
|
</dependency> |
|
|
|
<!-- Etcd --> |
|
<dependency> |
|
<groupId>io.etcd</groupId> |
|
<artifactId>jetcd-core</artifactId> |
|
<version>${jetcd.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.etcd</groupId> |
|
<artifactId>jetcd-test</artifactId> |
|
<version>${jetcd.test.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.grpc</groupId> |
|
<artifactId>grpc-bom</artifactId> |
|
<version>${io.grpc.version}</version> |
|
<type>pom</type> |
|
<scope>import</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>commons-codec</groupId> |
|
<artifactId>commons-codec</artifactId> |
|
<version>${commons-codec.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-logging</groupId> |
|
<artifactId>commons-logging</artifactId> |
|
<version>${commons-logging.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-httpclient</groupId> |
|
<artifactId>commons-httpclient</artifactId> |
|
<version>${commons-httpclient}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-beanutils</groupId> |
|
<artifactId>commons-beanutils</artifactId> |
|
<version>${commons-beanutils.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-configuration</groupId> |
|
<artifactId>commons-configuration</artifactId> |
|
<version>${commons-configuration.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-lang3</artifactId> |
|
<version>${commons-lang3.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-email</artifactId> |
|
<version>${commons-email.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpclient</artifactId> |
|
<version>${httpclient.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpcore</artifactId> |
|
<version>${httpcore.version}</version> |
|
</dependency> |
|
<!-- jackson --> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-annotations</artifactId> |
|
<version>${jackson.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-databind</artifactId> |
|
<version>${jackson.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-core</artifactId> |
|
<version>${jackson.version}</version> |
|
</dependency> |
|
|
|
<!--protostuff--> |
|
<dependency> |
|
<groupId>io.protostuff</groupId> |
|
<artifactId>protostuff-core</artifactId> |
|
<version>${protostuff.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.protostuff</groupId> |
|
<artifactId>protostuff-runtime</artifactId> |
|
<version>${protostuff.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>net.bytebuddy</groupId> |
|
<artifactId>byte-buddy</artifactId> |
|
<version>${byte-buddy.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.reflections</groupId> |
|
<artifactId>reflections</artifactId> |
|
<version>${reflections.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>mysql</groupId> |
|
<artifactId>mysql-connector-java</artifactId> |
|
<version>${mysql-connector.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.oracle.database.jdbc</groupId> |
|
<artifactId>ojdbc8</artifactId> |
|
<version>${oracle-jdbc.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.dameng</groupId> |
|
<artifactId>DmJdbcDriver18</artifactId> |
|
<version>${dameng-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.vertica.jdbc</groupId> |
|
<artifactId>vertica-jdbc</artifactId> |
|
<version>${vertica-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.h2database</groupId> |
|
<artifactId>h2</artifactId> |
|
<version>${h2.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.sap.cloud.db.jdbc</groupId> |
|
<artifactId>ngdbc</artifactId> |
|
<version>${ngdbc.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<!-- sl4j --> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-api</artifactId> |
|
<version>${slf4j.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
<version>${slf4j.version}</version> |
|
</dependency> |
|
<!-- logback --> |
|
<dependency> |
|
<groupId>ch.qos.logback</groupId> |
|
<artifactId>logback-classic</artifactId> |
|
<version>${logback.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>ch.qos.logback</groupId> |
|
<artifactId>logback-core</artifactId> |
|
<version>${logback.version}</version> |
|
</dependency> |
|
|
|
<!--excel poi--> |
|
<dependency> |
|
<groupId>org.apache.poi</groupId> |
|
<artifactId>poi</artifactId> |
|
<version>${poi.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.poi</groupId> |
|
<artifactId>poi-ooxml</artifactId> |
|
<version>${poi.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.squareup.okhttp3</groupId> |
|
<artifactId>okhttp</artifactId> |
|
<version>${okhttp.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.squareup.okhttp3</groupId> |
|
<artifactId>mockwebserver</artifactId> |
|
<version>${okhttp.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<!-- hadoop --> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-common</artifactId> |
|
<version>${hadoop.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>jersey-json</groupId> |
|
<artifactId>com.sun.jersey</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-reload4j</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-client</artifactId> |
|
<version>${hadoop.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-hdfs</artifactId> |
|
<version>${hadoop.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-yarn-common</artifactId> |
|
<version>${hadoop.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-yarn-client</artifactId> |
|
<version>${hadoop.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.htrace</groupId> |
|
<artifactId>htrace-core4</artifactId> |
|
<scope>provided</scope> |
|
<!-- set to provided to exclude from all hadoop-* transitive dependencies --> |
|
</dependency> |
|
|
|
<!-- replace htrace-core with hbase-noop-htrace for CVE --> |
|
<dependency> |
|
<groupId>org.apache.hbase.thirdparty</groupId> |
|
<artifactId>hbase-noop-htrace</artifactId> |
|
<version>${htrace.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-collections4</artifactId> |
|
<version>${commons-collections4.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.google.guava</groupId> |
|
<artifactId>guava</artifactId> |
|
<version>${guava.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.postgresql</groupId> |
|
<artifactId>postgresql</artifactId> |
|
<version>${postgresql.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.hive</groupId> |
|
<artifactId>hive-jdbc</artifactId> |
|
<version>${hive-jdbc.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.apache.orc</groupId> |
|
<artifactId>orc-core</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.kyuubi</groupId> |
|
<artifactId>kyuubi-hive-jdbc-shaded</artifactId> |
|
<version>${kyuubi-jdbc.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-io</groupId> |
|
<artifactId>commons-io</artifactId> |
|
<version>${commons-io.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.oshi</groupId> |
|
<artifactId>oshi-core</artifactId> |
|
<version>${oshi-core.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-simple</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.junit.jupiter</groupId> |
|
<artifactId>junit-jupiter-api</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.hamcrest</groupId> |
|
<artifactId>hamcrest</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.clickhouse</groupId> |
|
<artifactId>clickhouse-jdbc</artifactId> |
|
<version>${clickhouse-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.databend</groupId> |
|
<artifactId>databend-jdbc</artifactId> |
|
<version>${databend-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.microsoft.sqlserver</groupId> |
|
<artifactId>mssql-jdbc</artifactId> |
|
<version>${mssql-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.facebook.presto</groupId> |
|
<artifactId>presto-jdbc</artifactId> |
|
<version>${presto-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
<version>${servlet-api.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>javax.servlet-api</artifactId> |
|
<version>${javax.servlet-api.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.rholder</groupId> |
|
<artifactId>guava-retrying</artifactId> |
|
<version>${guava-retry.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>javax.activation</groupId> |
|
<artifactId>activation</artifactId> |
|
<version>${activation.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.sun.mail</groupId> |
|
<artifactId>javax.mail</artifactId> |
|
<version>${javax-mail}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>net.sf.py4j</groupId> |
|
<artifactId>py4j</artifactId> |
|
<version>${py4j.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.google.code.findbugs</groupId> |
|
<artifactId>jsr305</artifactId> |
|
<version>${jsr305.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-compress</artifactId> |
|
<version>${commons-compress.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-math3</artifactId> |
|
<version>${commons-math3.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.google.errorprone</groupId> |
|
<artifactId>error_prone_annotations</artifactId> |
|
<version>${error_prone_annotations.version}</version> |
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator --> |
|
<dependency> |
|
<groupId>org.hibernate.validator</groupId> |
|
<artifactId>hibernate-validator</artifactId> |
|
<version>${hibernate-validator.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.amazonaws</groupId> |
|
<artifactId>aws-java-sdk-emr</artifactId> |
|
<version>${aws-sdk.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.amazonaws</groupId> |
|
<artifactId>aws-java-sdk-s3</artifactId> |
|
<version>${aws-sdk.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.amazonaws</groupId> |
|
<artifactId>aws-java-sdk-sagemaker</artifactId> |
|
<version>${aws-sdk.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.amazonaws</groupId> |
|
<artifactId>aws-java-sdk-dms</artifactId> |
|
<version>${aws-sdk.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.aliyun.oss</groupId> |
|
<artifactId>aliyun-sdk-oss</artifactId> |
|
<version>${aliyun-sdk-oss.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.google.cloud</groupId> |
|
<artifactId>google-cloud-storage</artifactId> |
|
<version>${google-cloud-storage.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.azure</groupId> |
|
<artifactId>azure-sdk-bom</artifactId> |
|
<version>${azure-sdk-bom.version}</version> |
|
<type>pom</type> |
|
<scope>import</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>joda-time</groupId> |
|
<artifactId>joda-time</artifactId> |
|
<version>${joda-time.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.jayway.jsonpath</groupId> |
|
<artifactId>json-path</artifactId> |
|
<version>${json-path.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-dependencies</artifactId> |
|
<version>${spring-cloud-dependencies.version}</version> |
|
<type>pom</type> |
|
<scope>import</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.lz4</groupId> |
|
<artifactId>lz4-java</artifactId> |
|
<version>${lz4-java.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.ldap</groupId> |
|
<artifactId>spring-ldap-core</artifactId> |
|
<version>${spring-ldap.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>io.trino</groupId> |
|
<artifactId>trino-jdbc</artifactId> |
|
<version>${trino-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.google.code.gson</groupId> |
|
<artifactId>gson</artifactId> |
|
<version>${gson.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-reload4j</artifactId> |
|
<scope>provided</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.spark</groupId> |
|
<artifactId>spark-core_2.12</artifactId> |
|
<version>${spark.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>com.fasterxml.jackson.module</groupId> |
|
<artifactId>jackson-module-scala_2.11</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.sshd</groupId> |
|
<artifactId>sshd-sftp</artifactId> |
|
<version>${sshd.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.sshd</groupId> |
|
<artifactId>sshd-scp</artifactId> |
|
<version>${sshd.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.spark</groupId> |
|
<artifactId>spark-sql_2.12</artifactId> |
|
<version>${spark.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-core</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.spark</groupId> |
|
<artifactId>spark-hive_2.12</artifactId> |
|
<version>${spark.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>commons-httpclient</groupId> |
|
<artifactId>commons-httpclient</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpclient</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.codehaus.jackson</groupId> |
|
<artifactId>jackson-core-asl</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.codehaus.jackson</groupId> |
|
<artifactId>jackson-mapper-asl</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.codehaus.janino</groupId> |
|
<artifactId>janino</artifactId> |
|
<version>${janino.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.yaml</groupId> |
|
<artifactId>snakeyaml</artifactId> |
|
<version>${snakeyaml.version}</version> |
|
</dependency> |
|
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/datasync --> |
|
<dependency> |
|
<groupId>software.amazon.awssdk</groupId> |
|
<artifactId>datasync</artifactId> |
|
<version>${datasync.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springdoc</groupId> |
|
<artifactId>springdoc-openapi-ui</artifactId> |
|
<version>${springdoc-openapi-ui.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.zeroturnaround</groupId> |
|
<artifactId>zt-zip</artifactId> |
|
<version>${zt-zip.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.azure</groupId> |
|
<artifactId>azure-identity</artifactId> |
|
<version>${azure-identity.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.azure.resourcemanager</groupId> |
|
<artifactId>azure-resourcemanager</artifactId> |
|
<version>${azure-resourcemanager.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.azure.resourcemanager</groupId> |
|
<artifactId>azure-resourcemanager-datafactory</artifactId> |
|
<version>${azure-resourcemanager-datafactory.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.amazon.redshift</groupId> |
|
<artifactId>redshift-jdbc42</artifactId> |
|
<version>${redshift-jdbc42.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.amazonaws</groupId> |
|
<artifactId>aws-java-sdk-redshift</artifactId> |
|
<version>${aws-java-sdk-redshift.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.fabric8</groupId> |
|
<artifactId>kubernetes-client</artifactId> |
|
<version>${fabric8.client.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.casbin</groupId> |
|
<artifactId>casdoor-spring-boot-starter</artifactId> |
|
<version>${casdoor.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>net.snowflake</groupId> |
|
<artifactId>snowflake-jdbc</artifactId> |
|
<version>${snowflake-jdbc.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.zeppelin</groupId> |
|
<artifactId>zeppelin-client</artifactId> |
|
<version>${zeppelin-client.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.google.protobuf</groupId> |
|
<artifactId>protobuf-java</artifactId> |
|
<version>${protobuf.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.huaweicloud</groupId> |
|
<artifactId>esdk-obs-java-bundle</artifactId> |
|
<version>${esdk-obs.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
<artifactId>log4j-core</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
<artifactId>log4j-api</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.stefanbirkner</groupId> |
|
<artifactId>system-lambda</artifactId> |
|
<version>${system-lambda.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<!-- test dependencies on TestContainers --> |
|
<dependency> |
|
<groupId>org.testcontainers</groupId> |
|
<artifactId>testcontainers</artifactId> |
|
<version>${testcontainer.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.testcontainers</groupId> |
|
<artifactId>mysql</artifactId> |
|
<version>${testcontainer.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.testcontainers</groupId> |
|
<artifactId>postgresql</artifactId> |
|
<version>${testcontainer.version}</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.checkerframework</groupId> |
|
<artifactId>checker-qual</artifactId> |
|
<version>${checker-qual.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.aliyun</groupId> |
|
<artifactId>dyvmsapi20170525</artifactId> |
|
<version>${aliyun-voice.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.javadelight</groupId> |
|
<artifactId>delight-nashorn-sandbox</artifactId> |
|
<version>${nashorn-sandbox.version}</version> |
|
</dependency> |
|
</dependencies> |
|
</dependencyManagement> |
|
|
|
<profiles> |
|
<profile> |
|
<id>zk-3.8</id> |
|
<activation> |
|
<activeByDefault>true</activeByDefault> |
|
</activation> |
|
<properties> |
|
<zookeeper.version>3.8.0</zookeeper.version> |
|
<curator.version>5.3.0</curator.version> |
|
</properties> |
|
</profile> |
|
<profile> |
|
<id>zk-3.4</id> |
|
<activation> |
|
<property> |
|
<name>zk-3.4</name> |
|
</property> |
|
</activation> |
|
<properties> |
|
<curator.version>4.3.0</curator.version> |
|
<zookeeper.version>3.4.14</zookeeper.version> |
|
</properties> |
|
</profile> |
|
</profiles> |
|
</project>
|
|
|