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
This commit is contained in:
antelder 2009-06-26 12:17:41 +00:00
parent b81731425e
commit 036b4b02ba

View file

@ -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>