summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/wink
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-11-17 04:25:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-11-17 04:25:49 +0000
commit1fd89af50fdafdda7a08f2c40cbd42dd52f23d67 (patch)
treeedae0e4dcbca7cdfb6ebc0422a412d290cdacefa /sca-java-2.x/trunk/modules/wink
parent9fa18cea173b89342fc0fef211354fb9deb323cb (diff)
More exclusions from wink-1.1.2 update to avoid legal-check test failure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/wink')
-rw-r--r--sca-java-2.x/trunk/modules/wink/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/wink/pom.xml b/sca-java-2.x/trunk/modules/wink/pom.xml
index 9038be4c04..1d187486b9 100644
--- a/sca-java-2.x/trunk/modules/wink/pom.xml
+++ b/sca-java-2.x/trunk/modules/wink/pom.xml
@@ -49,6 +49,20 @@
<artifactId>wink-server</artifactId>
<version>1.1.2-incubating</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>