Author: slaws
Date: Fri Jan 14 08:51:37 2011
New Revision: 1058897

URL: http://svn.apache.org/viewvc?rev=1058897&view=rev
Log:
JCAA still seems to be loading a logging configuration from somewhere that 
requires Log4J. I can't find it so to get the build going I'll add the 
dependency. 

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1058897&r1=1058896&r2=1058897&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml 
(original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Fri 
Jan 14 08:51:37 2011
@@ -65,6 +65,13 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.16</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
 


Reply via email to