You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cz...@apache.org on 2009/04/09 15:00:14 UTC

svn commit: r763634 - /portals/pluto/trunk/pluto-util/pom.xml

Author: cziegeler
Date: Thu Apr  9 13:00:14 2009
New Revision: 763634

URL: http://svn.apache.org/viewvc?rev=763634&view=rev
Log:
Add missing dependency to portlet api to make pluto compilable again.

Modified:
    portals/pluto/trunk/pluto-util/pom.xml

Modified: portals/pluto/trunk/pluto-util/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-util/pom.xml?rev=763634&r1=763633&r2=763634&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-util/pom.xml (original)
+++ portals/pluto/trunk/pluto-util/pom.xml Thu Apr  9 13:00:14 2009
@@ -32,7 +32,13 @@
   -->
   <dependencies>
 
-<dependency>
+    <dependency>
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto-container-api</artifactId>
+      <version>${pom.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto-container</artifactId>
       <version>${pom.version}</version>