changed spring-beans from provided to required scope

This commit is contained in:
Mattias Arthursson
2007-10-30 18:52:47 +00:00
parent b627979bf5
commit 87d8ae3dda

View File

@@ -86,13 +86,12 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<artifactId>spring-beans</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<artifactId>spring-context</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>