diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 06:02:14 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 06:02:14 +0000 |
commit | 8e11b6d5cf8a6d7994ce1b961fbda654e04e28cb (patch) | |
tree | 6d2551a2167dd50713cb38890712296976d7677a | |
parent | 381cfa342672d336994a8d56fc480cb90ed9e807 (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
-rw-r--r-- | branches/sca-equinox/pom.xml | 1 |
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> |