diff options
Diffstat (limited to 'sca-java-2.x/trunk/features/webservice/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/features/webservice/pom.xml | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/features/webservice/pom.xml b/sca-java-2.x/trunk/features/webservice/pom.xml index e77bc14183..054434415a 100644 --- a/sca-java-2.x/trunk/features/webservice/pom.xml +++ b/sca-java-2.x/trunk/features/webservice/pom.xml @@ -41,17 +41,17 @@ </dependency> <!-- Bindings --> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-sca-axis2-runtime</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> <version>2.0-SNAPSHOT</version> @@ -81,6 +81,37 @@ <artifactId>opensaml</artifactId> </exclusion> </exclusions> + </dependency--> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> + <version>2.0-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>org.apache.ant</groupId> + <artifactId>ant-nodeps</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>addressing</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-xmlbeans</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-adb-codegen</artifactId> + </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk15</artifactId> + </exclusion> + <exclusion> + <groupId>opensaml</groupId> + <artifactId>opensaml</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> |