summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-04-18 05:22:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-04-18 05:22:19 +0000
commit0fbccb9eea11b8e79f9725bbfe88aa874df2350b (patch)
tree14ea87e0653569f15a4e19cbb896aeec846719bb
parente286b02a5d171b89a5ad430099818efcc4d9a05f (diff)
Update xerces implementation for store sample application
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1469168 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/pom.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml
index 1fbf702c6f..fa0bd4f8ee 100644
--- a/sca-java-2.x/trunk/samples/applications/store/pom.xml
+++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml
@@ -44,6 +44,12 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-runtime</artifactId>
<version>2.5-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -75,6 +81,17 @@
<artifactId>tuscany-web-javascript-dojo</artifactId>
<version>2.5-SNAPSHOT</version>
</dependency>
+ <!-- dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency-->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
@@ -86,6 +103,12 @@
<artifactId>htmlunit</artifactId>
<version>2.6</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -116,5 +139,4 @@
</plugin>
</plugins>
</build>
-
</project>