You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/08 17:26:22 UTC

svn commit: r367043 - /myfaces/impl/trunk/pom.xml

Author: schof
Date: Sun Jan  8 08:26:20 2006
New Revision: 367043

URL: http://svn.apache.org/viewcvs?rev=367043&view=rev
Log:
changed portlet-api dependency to 'provided' scope

Modified:
    myfaces/impl/trunk/pom.xml

Modified: myfaces/impl/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/pom.xml?rev=367043&r1=367042&r2=367043&view=diff
==============================================================================
--- myfaces/impl/trunk/pom.xml (original)
+++ myfaces/impl/trunk/pom.xml Sun Jan  8 08:26:20 2006
@@ -58,7 +58,7 @@
       <groupId>portlet-api</groupId>
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>