summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core-databinding/pom.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-02-19 08:34:11 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-02-19 08:34:11 +0000
commite94c93aefa1cf98991b1e711111133852991f95f (patch)
tree09ec11b68195adf92cd093afddd37f5f159f9ab8 /branches/sca-java-1.x/modules/core-databinding/pom.xml
parentd3700527dbea081802e78cfbc3b6661c3f076dd3 (diff)
Fixes for TUSCANY-2840-Part2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/core-databinding/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/core-databinding/pom.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/core-databinding/pom.xml b/branches/sca-java-1.x/modules/core-databinding/pom.xml
index 95b4b1f71f..26080f87b3 100644
--- a/branches/sca-java-1.x/modules/core-databinding/pom.xml
+++ b/branches/sca-java-1.x/modules/core-databinding/pom.xml
@@ -85,6 +85,37 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>1.2.7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>1.2.7</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>