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 2013/05/29 19:11:52 UTC

svn commit: r1487546 - /cxf/trunk/rt/ws/eventing/pom.xml

Author: dkulp
Date: Wed May 29 17:11:51 2013
New Revision: 1487546

URL: http://svn.apache.org/r1487546
Log:
Add slf4j impl to remove error on console

Modified:
    cxf/trunk/rt/ws/eventing/pom.xml

Modified: cxf/trunk/rt/ws/eventing/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/eventing/pom.xml?rev=1487546&r1=1487545&r2=1487546&view=diff
==============================================================================
--- cxf/trunk/rt/ws/eventing/pom.xml (original)
+++ cxf/trunk/rt/ws/eventing/pom.xml Wed May 29 17:11:51 2013
@@ -92,7 +92,11 @@
             <version>2.5</version>
             <scope>provided</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>