diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-19 10:20:34 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-19 10:20:34 +0000 |
commit | 68880159482ab42f79fde72bf238919c8c643646 (patch) | |
tree | f106371f2c9c3ec587ce110575f44977417c30f2 /sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp | |
parent | fcfed8fce6d28e5cdf8026b876597324364a2b42 (diff) |
Fix incorrect pom dependencies in contributions directories (TUSCANY-3506)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925161 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml index 5942d4f911..91fc29c370 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml @@ -30,14 +30,6 @@ <name>Apache Tuscany SCA Tours Currency Converter JSP Contribution</name>
<dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>${tuscany.version}</version>
- <scope>compile</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
@@ -56,6 +48,7 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-contribution-currency</artifactId>
<version>${pom.version}</version>
+ <scope>runtime</scope>
</dependency>
</dependencies>
|