Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 01c77bd95 -> d2a0c476b


[CXF-6096] add jcl-sl4j as a normal dep so users don't need to do funky things 
for the async stuff to work


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d2a0c476
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d2a0c476
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d2a0c476

Branch: refs/heads/3.0.x-fixes
Commit: d2a0c476b9d473178904b7d511e41313ddb86afe
Parents: 01c77bd
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Feb 10 16:28:46 2015 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Feb 10 16:48:06 2015 -0500

----------------------------------------------------------------------
 rt/transports/http-hc/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d2a0c476/rt/transports/http-hc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index 02c652a..1aa68dd 100644
--- a/rt/transports/http-hc/pom.xml
+++ b/rt/transports/http-hc/pom.xml
@@ -82,7 +82,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>

Reply via email to