summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M3/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 12:20:02 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 12:20:02 +0000
commit88540f7d03737aef96b0abd1fd12f7033ddc254a (patch)
tree5e6bdb5d1b9ba0f5971c9f560d988785f2c8171b /branches/sca-java-2.0-M3/samples
parent036b4b02ba733df9a100d2741b6ef958f92aff64 (diff)
Merge jsf sample dependency fix in r788671 from trunk to M3 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M3/samples')
-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>