[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 21 11:07:15 EDT 2014


Author: scantor
Date: Mon Apr 21 11:07:15 2014
New Revision: 191

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=191&view=rev
Log:
Remove Xerces dependencies that break tests.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=191&r1=190&r2=191&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Apr 21 11:07:15 2014
@@ -241,18 +241,6 @@
             <groupId>${xerces.groupId}</groupId>
             <artifactId>xml-apis</artifactId>
             <version>${xerces.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>${xerces.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${xalan.groupId}</groupId>
-            <artifactId>xalan</artifactId>
-            <version>${xalan.version}</version>
             <scope>test</scope>
         </dependency>
 



More information about the commits mailing list