You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/08/07 10:51:08 UTC

svn commit: r683559 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Thu Aug  7 01:51:07 2008
New Revision: 683559

URL: http://svn.apache.org/viewvc?rev=683559&view=rev
Log:
issue with wrong dependency... on the RI....

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=683559&r1=683558&r2=683559&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Thu Aug  7 01:51:07 2008
@@ -207,6 +207,7 @@
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
         <version>${jsf-ri.version}</version>
+        <scope>provided</scope>
       </dependency>
 
       <dependency>