[java-opensaml COMMIT] /trunk/opensaml-xmlsec-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 18 10:58:29 EDT 2012
Author: tzeller
Date: Thu Oct 18 10:58:29 2012
New Revision: 3096
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3096&view=rev
Log:
So tests pass, added xerces as a runtime dependency to opensaml-xmlsec-impl.
Modified:
trunk/opensaml-xmlsec-impl/pom.xml
Modified: trunk/opensaml-xmlsec-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/pom.xml?rev=3096&r1=3095&r2=3096&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/pom.xml (original)
+++ trunk/opensaml-xmlsec-impl/pom.xml Thu Oct 18 10:58:29 2012
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -32,6 +32,37 @@
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>${xerces.groupId}</groupId>
+ <artifactId>xml-apis</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>${xerces.groupId}</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>${xerces.groupId}</groupId>
+ <artifactId>serializer</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xml-resolver</groupId>
+ <artifactId>xml-resolver</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>${xalan.groupId}</groupId>
+ <artifactId>xalan</artifactId>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>${xalan.groupId}</groupId>
+ <artifactId>serializer</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
@@ -41,7 +72,7 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
-
+
</dependencies>
-
+
</project>
More information about the commits
mailing list