summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-24 11:40:10 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-24 11:40:10 +0000
commitcd523d97b7851876a398610d5eda82996968c9c8 (patch)
treea823606938c20a964fb1e24a59e2c9313bc01f8f /branches/sca-java-1.4/modules/policy-xml-ws/pom.xml
parent8000833df2b0c13fa1705b5ec2844168128ef95c (diff)
Fixes for RC3 review comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/modules/policy-xml-ws/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml b/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml
index 6e0fc0c610..bea1cba5a7 100644
--- a/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml
+++ b/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml
@@ -68,6 +68,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -97,6 +101,10 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>