summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring/pom.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-07 17:30:40 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-07 17:30:40 +0000
commit8cffabba27bee2b886cee552a3840f53dc0ec1fb (patch)
tree4ecffb58b064f9b3db8cf2229cef9bbbaad7dd38 /branches/sca-java-1.x/modules/implementation-spring/pom.xml
parentd0215cd1c18485e6670f62b009b5231cc3fc90ad (diff)
Refactoring Spring Module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-spring/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/implementation-spring/pom.xml28
1 files changed, 9 insertions, 19 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-spring/pom.xml b/branches/sca-java-1.x/modules/implementation-spring/pom.xml
index c0ad185366..0853d4ff81 100644
--- a/branches/sca-java-1.x/modules/implementation-spring/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-spring/pom.xml
@@ -29,6 +29,15 @@
<name>Apache Tuscany SCA Spring Framework Implementation Extension</name>
<dependencies>
+ <!-- **************************************** -->
+ <!-- * * -->
+ <!-- * DONT ADD ANY SPRING DEPENDENCIES!!! * -->
+ <!-- * * -->
+ <!-- * See the README for details why not * -->
+ <!-- * * -->
+ <!-- * * -->
+ <!-- **************************************** -->
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
@@ -75,25 +84,6 @@
<artifactId>tuscany-host-embedded</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>
-
- <!-- Spring dependencies... -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>2.5.5</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>2.5.5</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>2.5.5</version>
- </dependency>
</dependencies>