You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/09 03:55:27 UTC

svn commit: r1335891 - /cxf/trunk/rt/ws/security/pom.xml

Author: dkulp
Date: Wed May  9 01:55:27 2012
New Revision: 1335891

URL: http://svn.apache.org/viewvc?rev=1335891&view=rev
Log:
Don't need xalan anymore.

Modified:
    cxf/trunk/rt/ws/security/pom.xml

Modified: cxf/trunk/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=1335891&r1=1335890&r2=1335891&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Wed May  9 01:55:27 2012
@@ -104,17 +104,7 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
         </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>xml-apis</groupId>
-                    <artifactId>xml-apis</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
+
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15</artifactId>