summaryrefslogtreecommitdiffstats
path: root/otest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-07-05 12:16:21 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-07-05 12:16:21 +0000
commit0b7f67d1f5871512bcfda7c63016d35bf180261c (patch)
treede18dd6a761fc1c0dab0b586c3ca429c3fc6daa1 /otest
parent77558185cb0f366fcc383eec1b4f21220893c612 (diff)
the logging dependencies are required
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r--otest/newlayout/tuscany-policy-test-runner/pom.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/otest/newlayout/tuscany-policy-test-runner/pom.xml b/otest/newlayout/tuscany-policy-test-runner/pom.xml
index 3e8e1b9a08..3746597b60 100644
--- a/otest/newlayout/tuscany-policy-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-policy-test-runner/pom.xml
@@ -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>
+ <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>
--->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>