You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/04/06 08:19:36 UTC

svn commit: r931032 - /geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml

Author: xuhaihong
Date: Tue Apr  6 06:19:36 2010
New Revision: 931032

URL: http://svn.apache.org/viewvc?rev=931032&view=rev
Log:
Add a missing dependency for geronimo-pluto

Modified:
    geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml

Modified: geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml?rev=931032&r1=931031&r2=931032&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/pluto/geronimo-pluto/pom.xml Tue Apr  6 06:19:36 2010
@@ -57,6 +57,11 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_2.5_spec</artifactId>        
         </dependency>
+
+        <dependency>
+            <groupId>javax.portlet</groupId>
+            <artifactId>portlet-api</artifactId>
+        </dependency>
     </dependencies>
 
 </project>