[java-shib-common COMMIT] /branches/REL_1/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 21 00:51:15 EDT 2013
Author: scantor
Date: Thu Mar 21 00:51:15 2013
New Revision: 1065
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1065&view=rev
Log:
SIDP-578: update dependencies
Modified:
branches/REL_1/pom.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1065&r1=1064&r2=1065&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Thu Mar 21 00:51:15 2013
@@ -58,9 +58,9 @@
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
- <groupId>org.jgrapht</groupId>
- <artifactId>jgrapht-jdk1.5</artifactId>
- <version>0.7.3</version>
+ <groupId>net.sf.jgrapht</groupId>
+ <artifactId>jgrapht</artifactId>
+ <version>0.8.3</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
@@ -91,11 +91,6 @@
</dependency>
<dependency>
<groupId>javax.scripting</groupId>
- <artifactId>scripting-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.scripting</groupId>
<artifactId>beanshell-engine</artifactId>
<version>20080611</version>
</dependency>
@@ -120,9 +115,9 @@
<version>20080611</version>
</dependency>
<dependency>
- <groupId>org.mozilla.javascript</groupId>
+ <groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
- <version>1.7R1</version>
+ <version>1.7R4</version>
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
@@ -240,7 +235,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.8.0.7</version>
+ <version>1.8.0.10</version>
<scope>test</scope>
</dependency>
More information about the commits
mailing list