You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/09/04 21:40:19 UTC

svn commit: r440157 - /myfaces/core/branches/jsf12/impl/pom.xml

Author: dennisbyrne
Date: Mon Sep  4 12:40:18 2006
New Revision: 440157

URL: http://svn.apache.org/viewvc?view=rev&rev=440157
Log:
1.2 branch now compiles again.
jstl 1.2 dep. now works.

Modified:
    myfaces/core/branches/jsf12/impl/pom.xml

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=440157&r1=440156&r2=440157
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Mon Sep  4 12:40:18 2006
@@ -208,9 +208,9 @@
   </profiles>
   <dependencies>
     <dependency>
-      <groupId>javax.servlet.jsp.jstl</groupId>
+      <groupId>jstl</groupId>
       <artifactId>jstl</artifactId>
-      <version>1.2</version>
+      <version>1.2</version>    
       <scope>provided</scope>
       <exclusions>
         <exclusion>