summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:38:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:38:11 +0000
commit27c5509bc8529d09a797e3d08412c23bdf88466a (patch)
tree4c5422d329fefd53b304da4988a7422c790a7f5b /branches/sca-java-1.5/modules/implementation-spring-runtime/pom.xml
parent86b2d817d66e3eff555ce43ab92452b267fe2f70 (diff)
Copy spring dependency scope cg from 1.x to 1.5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775892 13f79535-47bb-0310-9956-ffa450edef68
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>