diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-16 21:31:44 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-16 21:31:44 +0000 |
commit | 8f4aee6f621d77bb5a2b062d76cca2c81919d4d3 (patch) | |
tree | fe0da212b486a52b6f79a596a1ff335867568f00 /sca-java-2.x/trunk/modules/wink | |
parent | 2db586f49d9d27ee249d3862189102b393b7846b (diff) |
Moving to wink 1.1.2-incubating release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035823 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.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/wink/pom.xml b/sca-java-2.x/trunk/modules/wink/pom.xml index 4ef4f22595..9038be4c04 100644 --- a/sca-java-2.x/trunk/modules/wink/pom.xml +++ b/sca-java-2.x/trunk/modules/wink/pom.xml @@ -47,14 +47,28 @@ <dependency> <groupId>org.apache.wink</groupId> <artifactId>wink-server</artifactId> - <version>1.1.2-incubating-SNAPSHOT</version> + <version>1.1.2-incubating</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.wink</groupId> <artifactId>wink-common</artifactId> - <version>1.1.2-incubating-SNAPSHOT</version> + <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> |