updated Spring dependencies to 2.0.2
This commit is contained in:
parent
1712b4992a
commit
ecaaa1e1c9
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>jasig</groupId>
|
||||
<groupId>org.jasig.uportal</groupId>
|
||||
<artifactId>uportal</artifactId>
|
||||
<version>2.5.3-rc1</version>
|
||||
<scope>provided</scope>
|
||||
|
|
|
|||
10
pom.xml
10
pom.xml
|
|
@ -120,7 +120,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jasig.cas</groupId>
|
||||
<artifactId>cas-server-core</artifactId>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
<version>3.1-m1</version>
|
||||
<scope>compile</scope>
|
||||
|
||||
<exclusions>
|
||||
|
|
@ -171,13 +171,13 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
@ -192,8 +192,8 @@
|
|||
<repository>
|
||||
<id>jasig</id>
|
||||
<name>JA-SIG Maven Repository</name>
|
||||
<url>http://developer.ja-sig.org/maven/</url>
|
||||
<layout>legacy</layout>
|
||||
<url>http://developer.ja-sig.org/maven2/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ibiblio</id>
|
||||
|
|
|
|||
Loading…
Reference in New Issue