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/06/04 07:53:40 UTC

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

Author: dennisbyrne
Date: Sat Jun  3 22:53:39 2006
New Revision: 411524

URL: http://svn.apache.org/viewvc?rev=411524&view=rev
Log:
FactoryFinderTestCase in the api project was brought back to the API - it now passes again.
VireTag in the impl project has a JSTL dep, the pom now reflects this.
Changed project descriptions for both api and impl

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?rev=411524&r1=411523&r2=411524&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Sat Jun  3 22:53:39 2006
@@ -9,7 +9,7 @@
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <name>Impl</name>
-  <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]</description>
+  <description>MyFaces Implementation - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )</description>
   <url>http://myfaces.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
@@ -207,6 +207,18 @@
     </profile>
   </profiles>
   <dependencies>
+    <dependency>
+      <groupId>javax.servlet.jsp.jstl</groupId>
+      <artifactId>jstl</artifactId>
+      <version>1.2</version>
+      <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>jsp-api</artifactId>
+          <groupId>javax.servlet</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <dependency>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>jsp-2.1</artifactId>