Author: slaws
Date: Tue Jul 5 12:16:21 2011
New Revision: 1143018
URL: http://svn.apache.org/viewvc?rev=1143018&view=rev
Log:
the logging dependencies are required
Modified:
tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
Modified: tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml?rev=1143018&r1=1143017&r2=1143018&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml Tue Jul 5
12:16:21 2011
@@ -83,21 +83,20 @@
<artifactId>jaxws-rt</artifactId>
<version>2.1.7</version>
</dependency>
+-->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.3</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.3</version>
- <scope>test</scope>
- </dependency>
--->
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>