[java-xmltooling COMMIT] /branches/REL_1/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 17 18:32:51 EDT 2014
Author: scantor
Date: Fri Oct 17 18:32:51 2014
New Revision: 838
URL: http://svn.shibboleth.net/view/java-xmltooling?rev=838&view=rev
Log:
SIDP-619 - Remove Xerces/Xalan dependencies, bump xmlsec version, fix non-portable unit tests
Modified:
branches/REL_1/pom.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=838&r1=837&r2=838&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Oct 17 18:32:51 2014
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v2</artifactId>
- <version>2</version>
+ <version>TRUNK-SNAPSHOT</version>
</parent>
<groupId>org.opensaml</groupId>
@@ -69,36 +69,14 @@
</exclusion>
</exclusions>
</dependency>
- <!-- TODO: overrides parent POM managed version. Remove when appropriate. -->
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>1.5.6</version>
</dependency>
<!-- Provided dependencies -->
<!-- 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>xml-resolver</groupId>
- <artifactId>xml-resolver</artifactId>
- </dependency>
- <dependency>
- <groupId>${xalan.groupId}</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
<!-- Test dependencies -->
<dependency>
More information about the commits
mailing list