Author: antelder
Date: Fri May  1 12:06:47 2009
New Revision: 770646

URL: http://svn.apache.org/viewvc?rev=770646&view=rev
Log:
Update the spring pom.xml's with warning message

Modified:
    tuscany/java/sca/modules/implementation-spring-runtime/pom.xml
    tuscany/java/sca/modules/implementation-spring/pom.xml

Modified: tuscany/java/sca/modules/implementation-spring-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring-runtime/pom.xml?rev=770646&r1=770645&r2=770646&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-spring-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-spring-runtime/pom.xml Fri May  1 
12:06:47 2009
@@ -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>

Modified: tuscany/java/sca/modules/implementation-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring/pom.xml?rev=770646&r1=770645&r2=770646&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-spring/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-spring/pom.xml Fri May  1 12:06:47 
2009
@@ -29,6 +29,16 @@
     <name>Apache Tuscany SCA Spring Implementation Model</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>


Reply via email to