You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/29 17:58:21 UTC

svn commit: r589739 - /geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml

Author: prasad
Date: Mon Oct 29 09:58:20 2007
New Revision: 589739

URL: http://svn.apache.org/viewvc?rev=589739&view=rev
Log:
* uncomment myfaces-api dep

Modified:
    geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml

Modified: geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml?rev=589739&r1=589738&r2=589739&view=diff
==============================================================================
--- geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml (original)
+++ geronimo/sandbox/restructure/framework/configs/jee-specs/pom.xml Mon Oct 29 09:58:20 2007
@@ -162,12 +162,10 @@
             <artifactId>jstl</artifactId>
         </dependency>
 
-        <!--
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
         </dependency>
-        -->
 
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
@@ -336,14 +334,12 @@
                             <version>1.2</version>
                             <type>jar</type>
                         </dependency>
-                        <!--
                         <dependency>
                             <groupId>org.apache.myfaces.core</groupId>
                             <artifactId>myfaces-api</artifactId>
                             <version>1.2.1-SNAPSHOT</version>
                             <type>jar</type>
                         </dependency>
-                        -->
                         <dependency>
                             <groupId>org.apache.geronimo.modules</groupId>
                             <artifactId>geronimo-jdbc</artifactId>