[java-shib-common COMMIT] in /branches/REL_1: .classpath pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 22 20:08:52 EDT 2013
Author: scantor
Date: Fri Mar 22 20:08:52 2013
New Revision: 1066
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1066&view=rev
Log:
SIDP-578: update dependencies
Modified:
branches/REL_1/.classpath
branches/REL_1/pom.xml
Modified: branches/REL_1/.classpath
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/.classpath?rev=1066&r1=1065&r2=1066&view=diff
==============================================================================
--- branches/REL_1/.classpath (original)
+++ branches/REL_1/.classpath Fri Mar 22 20:08:52 2013
@@ -1,16 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<classpath>
-
- <classpathentry kind="src" output="target/classes" path="src/main/java"/>
- <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-
- <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
- <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
-
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="target/classes"/>
-
-</classpath>
+</classpath>
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1066&r1=1065&r2=1066&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Mar 22 20:08:52 2013
@@ -115,11 +115,6 @@
<version>20080611</version>
</dependency>
<dependency>
- <groupId>org.mozilla</groupId>
- <artifactId>rhino</artifactId>
- <version>1.7R4</version>
- </dependency>
- <dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
@@ -160,7 +155,7 @@
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
- <version>1.3.5</version>
+ <version>1.3.8</version>
</dependency>
<dependency>
<groupId>jargs</groupId>
@@ -229,8 +224,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
More information about the commits
mailing list