summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 14:47:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 14:47:54 +0000
commitcca5c73bb1acd7337132ab27dc1bf75b75a34979 (patch)
tree67dff449cb1544115bfb275d68781d5392d9a3a7 /java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
parentd8c90c9e057e7f1f709bca11ebb6a05c5fa94478 (diff)
Add scope of provided to sca api dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
index c4e9ed0a36..a91c20c80b 100644
--- a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
@@ -35,6 +35,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
<version>${tuscany.version}</version>
+ <scope>provided</scope>
</dependency>
<!-- JUNIT DEPENDENCY FOR TESTING -->