summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 16:19:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 16:19:21 +0000
commit20532be8b8127a3f2624e4a62c7cad80a3bbc566 (patch)
treee2015482f88a5196519c423b831d96fa970bc61b /java/sca/modules/implementation-spring/pom.xml
parent59f3e8f60c46d5d29ce227230203ea8b705c8df3 (diff)
Start to separate the tuscany and spring code into descrete modules with no references to Spring classes in the implementation-spring module and no references to Tuscany classes in the implementation-spring-runtime module. Work in progress, compiles cleanly but the tests don't run but then they didn't run before this commit either
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-spring/pom.xml')
-rw-r--r--java/sca/modules/implementation-spring/pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/java/sca/modules/implementation-spring/pom.xml b/java/sca/modules/implementation-spring/pom.xml
index 2a270e8e5b..d41668aa7c 100644
--- a/java/sca/modules/implementation-spring/pom.xml
+++ b/java/sca/modules/implementation-spring/pom.xml
@@ -64,23 +64,6 @@
<artifactId>tuscany-implementation-spring-runtime</artifactId>
<version>2.0-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>
</project>