updated dependencies

This commit is contained in:
Scott Battaglia 2007-02-08 16:47:29 +00:00
parent 506620a61e
commit 84b88cbba6
1 changed files with 7 additions and 5 deletions

View File

@ -79,6 +79,13 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@ -116,11 +123,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jpa</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
</exclusions>
</dependency>