You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/07/24 20:40:10 UTC

svn commit: r1506658 - /webservices/axiom/trunk/axiom-spring-ws/pom.xml

Author: veithen
Date: Wed Jul 24 18:40:09 2013
New Revision: 1506658

URL: http://svn.apache.org/r1506658
Log:
Set up the project so that Jetty logs to log4j as well.

Modified:
    webservices/axiom/trunk/axiom-spring-ws/pom.xml

Modified: webservices/axiom/trunk/axiom-spring-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-spring-ws/pom.xml?rev=1506658&r1=1506657&r2=1506658&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-spring-ws/pom.xml (original)
+++ webservices/axiom/trunk/axiom-spring-ws/pom.xml Wed Jul 24 18:40:09 2013
@@ -50,6 +50,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jcl</artifactId>
+            <version>1.6.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
             <version>7.5.4.v20111024</version>