summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
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 -->