diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 13:19:28 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 13:19:28 +0000 |
commit | 5a5e16912ac6fa619fa3f76449e4dba6fb54747f (patch) | |
tree | 9ce473fb2cc15bb2b8c8e12d4eec5435fb08d14d /sca-java-2.x/trunk/modules | |
parent | 16964c4e494baaea2e3f814cabaa086077c9e77d (diff) |
Remove xalan dependency as it conflicts iwth the base jdk which includes some xalan classes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159204 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 30c4fb6509..19274970ed 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -301,19 +301,6 @@ </exclusions> </dependency> - <!-- replace the Rampart xalan with the version Tuscany is using --> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.0</version> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> |