diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-05 12:16:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-05 12:16:21 +0000 |
commit | 0b7f67d1f5871512bcfda7c63016d35bf180261c (patch) | |
tree | de18dd6a761fc1c0dab0b586c3ca429c3fc6daa1 /otest/newlayout | |
parent | 77558185cb0f366fcc383eec1b4f21220893c612 (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/newlayout')
-rw-r--r-- | otest/newlayout/tuscany-policy-test-runner/pom.xml | 25 |
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> |