summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 12:06:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 12:06:47 +0000
commit0e793ed1f65a9764b3ef444f9d0b3b9d6ef468e5 (patch)
tree44be9612a8280691735ccaa08a0bd840e9728401 /java/sca/modules/implementation-spring-runtime/pom.xml
parent08878f237b56d58137b266b974cd4515d5f5a0d2 (diff)
Update the spring pom.xml's with warning message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-spring-runtime/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-spring-runtime/pom.xml b/java/sca/modules/implementation-spring-runtime/pom.xml
index 09fc17509a..98aadb1dea 100644
--- a/java/sca/modules/implementation-spring-runtime/pom.xml
+++ b/java/sca/modules/implementation-spring-runtime/pom.xml
@@ -30,6 +30,23 @@
<dependencies>
+ <!-- **************************************** -->
+ <!-- * * -->
+ <!-- * DONT ADD ANY TUSCANY DEPENDENCIES!!! * -->
+ <!-- * * -->
+ <!-- * See the README for details why not * -->
+ <!-- * * -->
+ <!-- * * -->
+ <!-- **************************************** -->
+
+ <!-- SCA API dependency -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Spring dependencies... -->
<dependency>
<groupId>org.springframework</groupId>