From 85c588fe68cb76265c9d91273f0a95e9b66e3ecf Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期二, 31 三月 2020 14:15:59 +0800 Subject: [PATCH] no message --- pom.xml | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index f13b308..a06a7cf 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,10 @@ <id>pentaho</id> <url>http://nexus.pentaho.org/content/groups/omni/</url> </repository> + <!--<repository>--> + <!--<id>mylibid</id>--> + <!--<url>file://${pom.basedir}/lib</url>--> + <!--</repository>--> </repositories> <properties> @@ -408,9 +412,72 @@ <artifactId>xxl-job-core</artifactId> <version>2.2.0</version> <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/lib/xxl-job-core-2.2.0-SNAPSHOT.jar</systemPath> + <systemPath>${pom.basedir}/src/main/resources/lib/xxl-job-core-2.2.0-SNAPSHOT.jar</systemPath> </dependency> + <dependency> + <groupId>com.datacvg</groupId> + <artifactId>common</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${pom.basedir}/src/main/resources/lib/common-1.0.jar</systemPath> + </dependency> +<!--hbase--> + <!--<dependency>--> + <!--<groupId>org.springframework.data</groupId>--> + <!--<artifactId>spring-data-hadoop-boot</artifactId>--> + <!--<version>2.5.0.RELEASE</version>--> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>javax.servlet</groupId>--> + <!--<artifactId>servlet-api</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + <!--</dependency>--> + <!--<dependency>--> + <!--<groupId>org.springframework.data</groupId>--> + <!--<artifactId>spring-data-hadoop</artifactId>--> + <!--<version>2.5.0.RELEASE</version>--> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>org.slf4j</groupId>--> + <!--<artifactId>slf4j-log4j12</artifactId>--> + <!--</exclusion>--> + <!--<exclusion>--> + <!--<groupId>log4j</groupId>--> + <!--<artifactId>log4j</artifactId>--> + <!--</exclusion>--> + <!--<exclusion>--> + <!--<groupId>javax.servlet</groupId>--> + <!--<artifactId>servlet-api</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + <!--</dependency>--> + <!--<dependency>--> + <!--<groupId>org.apache.hbase</groupId>--> + <!--<artifactId>hbase-client</artifactId>--> + <!--<version>1.4.4</version>--> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>org.slf4j</groupId>--> + <!--<artifactId>slf4j-log4j12</artifactId>--> + <!--</exclusion>--> + <!--<exclusion>--> + <!--<groupId>log4j</groupId>--> + <!--<artifactId>log4j</artifactId>--> + <!--</exclusion>--> + <!--<exclusion>--> + <!--<groupId>javax.servlet</groupId>--> + <!--<artifactId>servlet-api</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + <!--</dependency>--> + <!--<dependency>--> + <!--<groupId>org.apache.logging.log4j</groupId>--> + <!--<artifactId>log4j-1.2-api</artifactId>--> + <!--<version>2.11.0</version>--> + <!--</dependency>--> + </dependencies> <build> -- Gitblit v1.8.0