[richfaces-svn-commits] JBoss Rich Faces SVN: r18693 - trunk/examples/input-demo.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 16 21:41:02 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-16 21:41:02 -0400 (Mon, 16 Aug 2010)
New Revision: 18693

Modified:
   trunk/examples/input-demo/pom.xml
Log:
Updated input demo to latest parent

Modified: trunk/examples/input-demo/pom.xml
===================================================================
--- trunk/examples/input-demo/pom.xml	2010-08-17 01:33:24 UTC (rev 18692)
+++ trunk/examples/input-demo/pom.xml	2010-08-17 01:41:02 UTC (rev 18693)
@@ -77,17 +77,16 @@
             </build>
 
             <dependencies>
+                <!-- JSF impl should be switchable in example specific parent -->
+		        <dependency>
+		            <groupId>com.sun.faces</groupId>
+		            <artifactId>jsf-api</artifactId>
+		        </dependency>
+		        <dependency>
+		            <groupId>com.sun.faces</groupId>
+		            <artifactId>jsf-impl</artifactId>
+		        </dependency>
                 <dependency>
-                    <groupId>${jsf2.api.groupid}</groupId>
-                    <artifactId>${jsf2.api.artifactid}</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>${jsf2.impl.groupid}</groupId>
-                    <artifactId>${jsf2.impl.artifactid}</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
                     <groupId>javax.transaction</groupId>
                     <artifactId>jta</artifactId>
                     <version>1.1</version>
@@ -133,8 +132,8 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.richfaces.ui</groupId>
-                <artifactId>richfaces-ui-parent</artifactId>
+                <groupId>org.richfaces</groupId>
+                <artifactId>richfaces-bom</artifactId>
                 <version>${version}</version>
                 <scope>import</scope>
                 <type>pom</type>
@@ -152,13 +151,14 @@
             <artifactId>richfaces-ui-core-ui</artifactId>
         </dependency>
 
+        <!-- JSF impl should be switchable in example specific parent -->
         <dependency>
-            <groupId>${jsf2.api.groupid}</groupId>
-            <artifactId>${jsf2.api.artifactid}</artifactId>
+            <groupId>com.sun.faces</groupId>
+            <artifactId>jsf-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>${jsf2.impl.groupid}</groupId>
-            <artifactId>${jsf2.impl.artifactid}</artifactId>
+            <groupId>com.sun.faces</groupId>
+            <artifactId>jsf-impl</artifactId>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>



More information about the richfaces-svn-commits mailing list