diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 12:17:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 12:17:41 +0000 |
commit | 036b4b02ba733df9a100d2741b6ef958f92aff64 (patch) | |
tree | 6d60a5e4edf2d8b2dcec196d00935386bd4e364a /java/sca/samples | |
parent | b81731425e5fa400987e740d82e74534bcdf47a8 (diff) |
Correct the jsf sample dependency. (Sigh, thought i committed this the other day, there's always one more isn't there)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples')
-rw-r--r-- | java/sca/samples/webapps/helloworld-jsf/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/samples/webapps/helloworld-jsf/pom.xml b/java/sca/samples/webapps/helloworld-jsf/pom.xml index 09bb3ebd5b..c65586daa5 100644 --- a/java/sca/samples/webapps/helloworld-jsf/pom.xml +++ b/java/sca/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-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
|