summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-14 08:51:37 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-14 08:51:37 +0000
commitfc895491c31a8a9d08687065c1ce07c4e9499c08 (patch)
treee5c4cee08d4aacdcc4b54b6f5c38bd3b7d3db2d9 /sca-java-2.x
parenta225821e4c6430d83d4118ce782dca12b79133d7 (diff)
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.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
index 235eed88fa..bf000148ef 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
@@ -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>