Author: antelder
Date: Mon May 18 10:37:05 2009
New Revision: 775891
URL: http://svn.apache.org/viewvc?rev=775891&view=rev
Log:
Remove provided csope from spring dependencies
Modified:
tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
Modified:
tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml?rev=775891&r1=775890&r2=775891&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
(original)
+++ tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/pom.xml
Mon May 18 10:37:05 2009
@@ -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>