summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml b/branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml
index 26d79526f1..cdbe205a2e 100644
--- a/branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml
+++ b/branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml
@@ -52,21 +52,18 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.5.5</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.5.5</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5.5</version>
- <scope>provided</scope>
</dependency>
</dependencies>