summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>