You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/12/18 06:59:53 UTC

svn commit: r727650 - /geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml

Author: gawor
Date: Wed Dec 17 21:59:53 2008
New Revision: 727650

URL: http://svn.apache.org/viewvc?rev=727650&view=rev
Log:
forgot to add geronimo-deploy-jsr88 depedency (GERONIMO-1367)

Modified:
    geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml

Modified: geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml?rev=727650&r1=727649&r2=727650&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/shutdown/pom.xml Wed Dec 17 21:59:53 2008
@@ -49,6 +49,12 @@
 
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-deploy-jsr88</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-common</artifactId>
             <version>${version}</version>
         </dependency>