diff options
Diffstat (limited to 'java/sca/modules/binding-ws-axis2/pom.xml')
-rw-r--r-- | java/sca/modules/binding-ws-axis2/pom.xml | 58 |
1 files changed, 31 insertions, 27 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml index 0b092563d9..41d17ce0cf 100644 --- a/java/sca/modules/binding-ws-axis2/pom.xml +++ b/java/sca/modules/binding-ws-axis2/pom.xml @@ -7,15 +7,15 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. --> <project> <modelVersion>4.0.0</modelVersion> @@ -70,13 +70,13 @@ <version>2.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-xml</artifactId> @@ -96,13 +96,13 @@ <artifactId>tuscany-databinding-axiom</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-jaxb-axiom</artifactId> <version>2.0-SNAPSHOT</version> <scope>runtime</scope> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> @@ -115,12 +115,12 @@ <artifactId>tuscany-binding-ws-axis2-policy</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-xml-ws</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <!-- Added by Mike Edwards, 11th December 2008 --> <dependency> @@ -137,6 +137,10 @@ <version>1.4.1</version> <exclusions> <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-adb</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> </exclusion> @@ -197,12 +201,12 @@ <artifactId>commons-httpclient</artifactId> <version>3.1</version> </dependency> - + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -228,10 +232,10 @@ <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> - </exclusion> + </exclusion> </exclusions> </dependency> - + <dependency> <groupId>org.apache.axis2</groupId> <artifactId>mex</artifactId> @@ -251,7 +255,7 @@ <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-xmlbeans</artifactId> @@ -259,19 +263,19 @@ <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>mex</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb-codegen</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>xmlbeans</groupId> <artifactId>xbean</artifactId> @@ -291,16 +295,16 @@ <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> - </exclusion> + </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.5</version> + <version>2.5</version> <scope>provided</scope> - </dependency> + </dependency> <!-- xerces, xalan, and xml-apis are required for running in websphere --> <dependency> @@ -309,18 +313,18 @@ <version>2.7.0</version> <scope>optional</scope> </dependency> - + <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.8.1</version> - </dependency> - + </dependency> + <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.03</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> @@ -342,14 +346,14 @@ <version>2.0-SNAPSHOT</version> <scope>test</scope> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> <version>2.0-SNAPSHOT</version> <scope>test</scope> </dependency> - + </dependencies> </project> |