summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 06:02:14 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 06:02:14 +0000
commit8e11b6d5cf8a6d7994ce1b961fbda654e04e28cb (patch)
tree6d2551a2167dd50713cb38890712296976d7677a /branches/sca-equinox
parent381cfa342672d336994a8d56fc480cb90ed9e807 (diff)
Changed dependency scope to provided to avoid dragging it in all modules.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r--branches/sca-equinox/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml
index 4be8e810c3..a2f990c90f 100644
--- a/branches/sca-equinox/pom.xml
+++ b/branches/sca-equinox/pom.xml
@@ -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>