diff options
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> |