|
|
@ -15,19 +15,18 @@ |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ limitations under the License. |
|
|
|
~ limitations under the License. |
|
|
|
--> |
|
|
|
--> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
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"> |
|
|
|
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> |
|
|
|
<parent> |
|
|
|
<artifactId>dolphinscheduler-datasource-plugin</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
<version>dev-SNAPSHOT</version> |
|
|
|
<artifactId>dolphinscheduler-datasource-plugin</artifactId> |
|
|
|
|
|
|
|
<version>3.1.0</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>dolphinscheduler-datasource-hive</artifactId> |
|
|
|
<artifactId>dolphinscheduler-datasource-hive</artifactId> |
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
|
|
|
<packaging>jar</packaging> |
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
|
@ -56,8 +55,8 @@ |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>servlet-api</artifactId> |
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
|
|
|
<artifactId>servlet-api</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
@ -81,20 +80,20 @@ |
|
|
|
<artifactId>hadoop-mapreduce-client-shuffle</artifactId> |
|
|
|
<artifactId>hadoop-mapreduce-client-shuffle</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-core</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
|
|
|
|
<groupId>log4j</groupId> |
|
|
|
<groupId>log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
@ -105,14 +104,13 @@ |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>${project.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<artifactId>hive-jdbc</artifactId> |
|
|
|
<artifactId>hive-jdbc</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.eclipse.jetty.aggregate</groupId> |
|
|
|
<groupId>org.eclipse.jetty.aggregate</groupId> |
|
|
@ -194,124 +192,124 @@ |
|
|
|
<artifactId>json</artifactId> |
|
|
|
<artifactId>json</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>log4j-slf4j-impl</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>javax.servlet</artifactId> |
|
|
|
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId> |
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId> |
|
|
|
|
|
|
|
<artifactId>javax.servlet</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>servlet-api-2.5</artifactId> |
|
|
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId> |
|
|
|
<groupId>org.mortbay.jetty</groupId> |
|
|
|
|
|
|
|
<artifactId>servlet-api-2.5</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jasper-runtime</artifactId> |
|
|
|
|
|
|
|
<groupId>tomcat</groupId> |
|
|
|
<groupId>tomcat</groupId> |
|
|
|
|
|
|
|
<artifactId>jasper-runtime</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>slider-core</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.slider</groupId> |
|
|
|
<groupId>org.apache.slider</groupId> |
|
|
|
|
|
|
|
<artifactId>slider-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hbase-server</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
|
|
|
|
<artifactId>hbase-server</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-core</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-json</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-json</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-server</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
<groupId>com.sun.jersey</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-server</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jersey-guice</artifactId> |
|
|
|
|
|
|
|
<groupId>com.sun.jersey.contribs</groupId> |
|
|
|
<groupId>com.sun.jersey.contribs</groupId> |
|
|
|
|
|
|
|
<artifactId>jersey-guice</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hbase-common</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
|
|
|
|
<artifactId>hbase-common</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hbase-hadoop2-compat</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
|
|
|
|
<artifactId>hbase-hadoop2-compat</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hbase-client</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
|
|
|
|
<artifactId>hbase-client</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hbase-hadoop-compat</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
<groupId>org.apache.hbase</groupId> |
|
|
|
|
|
|
|
<artifactId>hbase-hadoop-compat</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>tephra-hbase-compat-1.0</artifactId> |
|
|
|
|
|
|
|
<groupId>co.cask.tephra</groupId> |
|
|
|
<groupId>co.cask.tephra</groupId> |
|
|
|
|
|
|
|
<artifactId>tephra-hbase-compat-1.0</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hive-llap-client</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
|
|
|
|
<artifactId>hive-llap-client</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hive-llap-common</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
|
|
|
|
<artifactId>hive-llap-common</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hive-llap-server</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
|
|
|
|
<artifactId>hive-llap-server</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>tephra-core</artifactId> |
|
|
|
|
|
|
|
<groupId>co.cask.tephra</groupId> |
|
|
|
<groupId>co.cask.tephra</groupId> |
|
|
|
|
|
|
|
<artifactId>tephra-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>ant</artifactId> |
|
|
|
|
|
|
|
<groupId>ant</groupId> |
|
|
|
<groupId>ant</groupId> |
|
|
|
|
|
|
|
<artifactId>ant</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>stringtemplate</artifactId> |
|
|
|
|
|
|
|
<groupId>org.antlr</groupId> |
|
|
|
<groupId>org.antlr</groupId> |
|
|
|
|
|
|
|
<artifactId>stringtemplate</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>antlr-runtime</artifactId> |
|
|
|
|
|
|
|
<groupId>org.antlr</groupId> |
|
|
|
<groupId>org.antlr</groupId> |
|
|
|
|
|
|
|
<artifactId>antlr-runtime</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>hive-shims</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
<groupId>org.apache.hive</groupId> |
|
|
|
|
|
|
|
<artifactId>hive-shims</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jsp-api</artifactId> |
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
|
|
|
<artifactId>jsp-api</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>log4j-web</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-web</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<artifactId>jasper-compiler</artifactId> |
|
|
|
|
|
|
|
<groupId>tomcat</groupId> |
|
|
|
<groupId>tomcat</groupId> |
|
|
|
|
|
|
|
<artifactId>jasper-compiler</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|