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 | 108 +++++++++++++++++++++++++++--------------------------- 1 files changed, 54 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 6e9ec07..a06a7cf 100644 --- a/pom.xml +++ b/pom.xml @@ -423,60 +423,60 @@ <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> + <!--<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> -- Gitblit v1.8.0