diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 17:31:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 17:31:51 +0000 |
commit | eeada85195932cb03e1bf1de25c793d927c798c5 (patch) | |
tree | b249d0db3ef7e77631c74bd7495e2afd5a3939e7 /sca-java-2.x/trunk/modules | |
parent | 02be57b3ebe875b6572e525e50dd2d8783966918 (diff) |
Change to use axis2 osgi jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 8c2b595b60..d8a94dfe3d 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -49,26 +49,29 @@ </dependency> <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2</artifactId> + <groupId>org.apache.axis2</groupId> + <artifactId>org.apache.axis2.osgi</artifactId> <version>1.5.3</version> - <classifier>jar</classifier> - </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-transport-http</artifactId> - <version>1.5.3</version> <exclusions> <exclusion> <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> + <artifactId>axis2-adb</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-kernel</artifactId> </exclusion> <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-http</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-local</artifactId> </exclusion> </exclusions> </dependency> + <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> |