summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml b/branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml
index 175e6ca07e..3da9c5020b 100644
--- a/branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml
+++ b/branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml
@@ -47,9 +47,9 @@
</dependency>
<dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>1.2.3</version>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-myfaces</artifactId>
+ <version>2.0-M3-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>