1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-369: Made spring-jdbc and spring-remoting optional dependencies in core. Removed explicit commons-lang dependency and updated commons logging to 1.1.

This commit is contained in:
Luke Taylor
2007-09-19 00:23:33 +00:00
parent fdd3dfc51f
commit 0288204432
9 changed files with 67 additions and 17 deletions
+5
View File
@@ -20,6 +20,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>