Author: veithen
Date: Mon Jun  8 19:26:12 2015
New Revision: 1684250

URL: http://svn.apache.org/r1684250
Log:
Configure logging in spring-ws-tests.

Added:
    
webservices/axiom/trunk/systests/spring-ws-tests/src/test/resources/log4j2-test.xml
      - copied unchanged from r1684249, 
webservices/axiom/trunk/testing/spring-ws-testsuite/src/test/resources/log4j2-test.xml
Modified:
    webservices/axiom/trunk/systests/spring-ws-tests/pom.xml

Modified: webservices/axiom/trunk/systests/spring-ws-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/spring-ws-tests/pom.xml?rev=1684250&r1=1684249&r2=1684250&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/spring-ws-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/spring-ws-tests/pom.xml Mon Jun  8 
19:26:12 2015
@@ -63,5 +63,15 @@
             <artifactId>xalan</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-jcl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>


Reply via email to