You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/26 04:54:33 UTC

svn commit: r588485 - /geronimo/server/trunk/repository/pom.xml

Author: dwoods
Date: Thu Oct 25 19:54:32 2007
New Revision: 588485

URL: http://svn.apache.org/viewvc?rev=588485&view=rev
Log:
hack to get around bogus groovy-all-1.0.pom and xbean-naming-3.2-r579367 maven depend for openejb-3.0-beta-1

Modified:
    geronimo/server/trunk/repository/pom.xml

Modified: geronimo/server/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/repository/pom.xml?rev=588485&r1=588484&r2=588485&view=diff
==============================================================================
--- geronimo/server/trunk/repository/pom.xml (original)
+++ geronimo/server/trunk/repository/pom.xml Thu Oct 25 19:54:32 2007
@@ -91,6 +91,18 @@
             <artifactId>jspc-maven-plugin</artifactId>
             <version>2.0-alpha-1-20070806</version>
         </dependency>
+        <dependency>
+            <groupId>groovy</groupId>
+            <artifactId>groovy-all</artifactId>
+            <version>1.0</version>
+        </dependency>
+
+        <!-- This is to resolve an intermitent Maven problem with openejb-3.0-beta-1 transitive depend -->
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-naming</artifactId>
+            <version>3.2-r579367</version>
+        </dependency>
 
     </dependencies>