summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 10:50:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-18 10:50:42 +0000
commitb99f6c24b5c6d140f028390d7887aa9b0dcc65d5 (patch)
treede0a6133f4cc10920c995a465371836cd49d8e6e /sca-java-2.x/trunk
parentec523937f96b23bc6957da03f44c0baa7360f48a (diff)
Update to use base + extension approach
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/stripes/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/stripes/pom.xml b/sca-java-2.x/trunk/modules/stripes/pom.xml
index 114abd4721..be0c4a247a 100644
--- a/sca-java-2.x/trunk/modules/stripes/pom.xml
+++ b/sca-java-2.x/trunk/modules/stripes/pom.xml
@@ -35,17 +35,20 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
<version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.stripes</groupId>
<artifactId>stripes</artifactId>
<version>1.5.2</version>
+ <scope>provided</scope>
</dependency>
<dependency>