summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring-runtime
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:37:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:37:05 +0000
commit86b2d817d66e3eff555ce43ab92452b267fe2f70 (patch)
tree0feefed0e9018bcb20722778ea229723c276edc4 /branches/sca-java-1.x/modules/implementation-spring-runtime
parent0ba9537d2cdbf1527118555e7ee5a6cc258e4189 (diff)
Remove provided csope from spring dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-spring-runtime')
-rw-r--r--branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml b/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
index 7dfbe35882..df2c65008e 100644
--- a/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
+++ b/branches/sca-java-1.x/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>