You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/10/29 07:02:14 UTC

svn commit: r708794 - /tuscany/branches/sca-equinox/pom.xml

Author: jsdelfino
Date: Tue Oct 28 23:02:14 2008
New Revision: 708794

URL: http://svn.apache.org/viewvc?rev=708794&view=rev
Log:
Changed dependency scope to provided to avoid dragging it in all modules.

Modified:
    tuscany/branches/sca-equinox/pom.xml

Modified: tuscany/branches/sca-equinox/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/pom.xml?rev=708794&r1=708793&r2=708794&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/pom.xml Tue Oct 28 23:02:14 2008
@@ -377,6 +377,7 @@
                             <groupId>org.apache.tuscany.sca</groupId>
                             <artifactId>tuscany-maven-eclipse-compiler</artifactId>
                             <version>1.4-SNAPSHOT</version>
+                            <scope>provided</scope>
                         </dependency>
                     </dependencies>
                 </plugin>