Browse Source

删除log4j、commons-logging依赖

sunyj 9 years ago
parent
commit
7b53571e99
1 changed files with 1 additions and 20 deletions
  1. 1 20
      pom.xml

+ 1 - 20
pom.xml

@@ -9,7 +9,7 @@
 	</parent>
 	<groupId>com.uas.search</groupId>
 	<artifactId>search-parent</artifactId>
-	<version>${project.version}</version>
+	<version>0.1.6</version>
 	<packaging>pom</packaging>
 
 	<name>search-parent</name>
@@ -56,7 +56,6 @@
 		<hessian.version>4.0.7</hessian.version>
 		<fastjson.version>1.2.15</fastjson.version>
 		<zkclient.version>0.1</zkclient.version>
-		<log4j.version>1.2.16</log4j.version>
 		<commons.logging.version>1.1.1</commons.logging.version>
 		<druid.version>1.0.24</druid.version>
 		<oracle.jdbc.version>11.2.0</oracle.jdbc.version>
@@ -132,24 +131,6 @@
 				<artifactId>zkclient</artifactId>
 				<version>${zkclient.version}</version>
 			</dependency>
-			<!-- log4j -->
-			<dependency>
-				<groupId>log4j</groupId>
-				<artifactId>log4j</artifactId>
-				<version>${log4j.version}</version>
-			</dependency>
-			<!-- commons-logging -->
-			<dependency>
-				<groupId>commons-logging</groupId>
-				<artifactId>commons-logging</artifactId>
-				<version>${commons.logging.version}</version>
-				<exclusions>
-					<exclusion>
-						<groupId>javax.servlet</groupId>
-						<artifactId>servlet-api</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
 			<!-- druid -->
 			<dependency>
 				<groupId>com.alibaba</groupId>