You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/12/09 05:43:48 UTC

svn commit: r888699 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: lu4242
Date: Wed Dec  9 04:43:48 2009
New Revision: 888699

URL: http://svn.apache.org/viewvc?rev=888699&view=rev
Log:
update groupid for ri jsf 2.0

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=888699&r1=888698&r2=888699&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Wed Dec  9 04:43:48 2009
@@ -358,12 +358,12 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>javax.faces</groupId>
+                    <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-api</artifactId>
                     <version>2.0.1</version>
                 </dependency>
                 <dependency>
-                    <groupId>javax.faces</groupId>
+                    <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
                     <version>2.0.1</version>
                     <scope>runtime</scope>