diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-30 04:42:25 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-30 04:42:25 +0000 |
commit | 57511df233984e69798e91ec74f98c34806c83af (patch) | |
tree | 7d5a65db4aba61137ba8154fe718253015209814 /sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml | |
parent | 12f753d4db2184a7b93483163aced174ba121365 (diff) |
Add a list of recently ported modules into the build
Adjust dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml index 9d3261913e..fbb6fb2b3d 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml @@ -71,6 +71,16 @@ <version>6.1.19</version>
<type>pom</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
|