[java-metadata-aggregator COMMIT] /trunk/aggregator-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 24 16:31:14 EST 2014
Author: scantor
Date: Fri Jan 24 16:31:13 2014
New Revision: 331
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=331&view=rev
Log:
IDP-262 - Pull Xerces/Xalan dependency
Modified:
trunk/aggregator-parent/pom.xml
Modified: trunk/aggregator-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-parent/pom.xml?rev=331&r1=330&r2=331&view=diff
==============================================================================
--- trunk/aggregator-parent/pom.xml (original)
+++ trunk/aggregator-parent/pom.xml Fri Jan 24 16:31:13 2014
@@ -67,26 +67,6 @@
</dependency>
<!-- Runtime Dependencies -->
- <dependency>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xml-apis</artifactId>
- </dependency>
- <dependency>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xercesImpl</artifactId>
- </dependency>
- <dependency>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>serializer</artifactId>
- </dependency>
- <dependency>
- <groupId>${xmlresolver.groupId}</groupId>
- <artifactId>xml-resolver</artifactId>
- </dependency>
- <dependency>
- <groupId>${xalan.groupId}</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
<!-- Test Dependencies -->
More information about the commits
mailing list