You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by sh...@apache.org on 2007/03/27 15:23:31 UTC

svn commit: r522899 - /portals/bridges/trunk/portletfilter/pom.xml

Author: shinsuke
Date: Tue Mar 27 06:23:30 2007
New Revision: 522899

URL: http://svn.apache.org/viewvc?view=rev&rev=522899
Log:
added provided scope to portlet-api dependency.

Modified:
    portals/bridges/trunk/portletfilter/pom.xml

Modified: portals/bridges/trunk/portletfilter/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/portletfilter/pom.xml?view=diff&rev=522899&r1=522898&r2=522899
==============================================================================
--- portals/bridges/trunk/portletfilter/pom.xml (original)
+++ portals/bridges/trunk/portletfilter/pom.xml Tue Mar 27 06:23:30 2007
@@ -57,6 +57,7 @@
         <dependency>
             <groupId>portlet-api</groupId>
             <artifactId>portlet-api</artifactId>
+            <scope>provided</scope>
         </dependency>                           
         <dependency>
             <groupId>commons-logging</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org