You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2018/01/11 09:30:43 UTC

httpcomponents-client git commit: Fixed cache module dependency declaration

Repository: httpcomponents-client
Updated Branches:
  refs/heads/master eb71f45ee -> 3780b706a


Fixed cache module dependency declaration


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/3780b706
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/3780b706
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/3780b706

Branch: refs/heads/master
Commit: 3780b706ae90c248fd84dfecba288df322c4b738
Parents: eb71f45
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jan 11 10:24:56 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jan 11 10:24:56 2018 +0100

----------------------------------------------------------------------
 httpclient5-cache/pom.xml | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/3780b706/httpclient5-cache/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index dd45b71..a65475f 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -50,16 +50,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.ehcache.modules</groupId>
       <artifactId>ehcache-api</artifactId>
       <scope>compile</scope>
@@ -72,6 +62,11 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>net.spy</groupId>
       <artifactId>spymemcached</artifactId>
       <scope>compile</scope>