OSDN Git Service

commons-logging を依存ライブラリから除外
authoryukihane <yukihane.feather@gmail.com>
Sun, 29 Jul 2012 16:55:05 +0000 (01:55 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sun, 29 Jul 2012 16:55:05 +0000 (01:55 +0900)
http://d.hatena.ne.jp/yehara/20090227/1235726770

pom.xml

diff --git a/pom.xml b/pom.xml
index 4f27cdd..6d7c98e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <version>4.1.2</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
         <groupId>rome</groupId>
         <groupId>commons-configuration</groupId>
         <artifactId>commons-configuration</artifactId>
         <version>1.6</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
         <groupId>commons-io</groupId>