[java-parent-projects COMMIT] /java-parent-project-v2/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 17 18:41:48 EDT 2014
Author: scantor
Date: Fri Oct 17 18:41:48 2014
New Revision: 300
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=300&view=rev
Log:
SIDP-619 - Remove Xerces/Xalan dependencies, bump xmlsec version, fix non-portable unit tests
Modified:
java-parent-project-v2/trunk/pom.xml
Modified: java-parent-project-v2/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/pom.xml?rev=300&r1=299&r2=300&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Fri Oct 17 18:41:48 2014
@@ -541,56 +541,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerArguments>
- <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
- </compilerArguments>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<debug>true</debug>
</configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <phase>initialize</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
- <silent>true</silent>
- <artifactItems>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xml-apis</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>serializer</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xmlresolver.groupId}</groupId>
- <artifactId>xml-resolver</artifactId>
- <version>${xmlresolver.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xalan.groupId}</groupId>
- <artifactId>xalan</artifactId>
- <version>${xalan.version}</version>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
</plugin>
<plugin>
<!-- To depend on a test jar us something a dependency definition that looks like this <dependency>
More information about the commits
mailing list