summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.1/itest/builder/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-18 09:33:37 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-18 09:33:37 +0000
commit4099431f74be628966e639ddd1f857e4f73caba4 (patch)
tree0e28e7b642a710d3d1462a8553ddac2c4e2c2ba4 /branches/sca-java-1.3.1/itest/builder/pom.xml
parent3df4c3fd37f15f75805a15c0b74f9e4c9e87b811 (diff)
Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3.1/itest/builder/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.1/itest/builder/pom.xml b/branches/sca-java-1.3.1/itest/builder/pom.xml
index 429d5ffc91..5bf74e2291 100644
--- a/branches/sca-java-1.3.1/itest/builder/pom.xml
+++ b/branches/sca-java-1.3.1/itest/builder/pom.xml
@@ -83,6 +83,13 @@
<version>1.3.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesimpl</artifactId>
+ <version>2.8.1</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>