You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/02/10 22:30:11 UTC

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

Repository: cxf
Updated Branches:
  refs/heads/master c1a43f2e6 -> 26aaa5997


[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/26aaa599
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/26aaa599
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/26aaa599

Branch: refs/heads/master
Commit: 26aaa59970240dbee7b364d2c404fd2a796f027b
Parents: c1a43f2
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:29:52 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/26aaa599/rt/transports/http-hc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index f84ace0..52abc55 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>