1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Changed spring version to 1.2.9 and modified dependencies to get build to work with this version. Corrected some javadoc links.

This commit is contained in:
Luke Taylor
2007-09-03 15:47:39 +00:00
parent 4cce316f89
commit 34527c3305
3 changed files with 45 additions and 35 deletions
+4
View File
@@ -18,5 +18,9 @@
<artifactId>cas</artifactId>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
</dependencies>
</project>