summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
index f3c62210ef..c264235b47 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
@@ -26,9 +26,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-stripes-webapp</artifactId>
+ <artifactId>sample-implementation-web-helloworld-stripes-webapp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
+ <name>Apache Tuscany SCA Sample implementation.web Helloworld Stripes WebApp</name>
<dependencies>
@@ -39,6 +39,12 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-stripes</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Stripes Framework dependencies -->
<dependency>
<groupId>net.sourceforge.stripes</groupId>