| | |
| | | <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> |
| | |
| | | <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> |