diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 12:20:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 12:20:02 +0000 |
commit | 88540f7d03737aef96b0abd1fd12f7033ddc254a (patch) | |
tree | 5e6bdb5d1b9ba0f5971c9f560d988785f2c8171b | |
parent | 036b4b02ba733df9a100d2741b6ef958f92aff64 (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
-rw-r--r-- | branches/sca-java-2.0-M3/samples/webapps/helloworld-jsf/pom.xml | 6 |
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>
|