summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2-policy
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-08 22:23:01 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-08 22:23:01 +0000
commit665c6cad35f3cc117c99a42c2d6dec5ac77b52ac (patch)
treef29280a886dd45483396a13f381bfcdbff74b901 /java/sca/modules/binding-ws-axis2-policy
parent61170b8dcdba066dd044d176de9f78f9791cafa1 (diff)
Exclude axis2-adb as it adds a split package (o.a.axis2.util) into the axis2-kernel bundle
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-ws-axis2-policy')
-rw-r--r--java/sca/modules/binding-ws-axis2-policy/pom.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/java/sca/modules/binding-ws-axis2-policy/pom.xml b/java/sca/modules/binding-ws-axis2-policy/pom.xml
index e92de0db9d..2ea6eb1813 100644
--- a/java/sca/modules/binding-ws-axis2-policy/pom.xml
+++ b/java/sca/modules/binding-ws-axis2-policy/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>
@@ -39,7 +39,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -94,6 +94,10 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-adb</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -119,13 +123,13 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
</dependencies>
</project>