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/25 22:53:04 UTC

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

Author: dwoods
Date: Thu Oct 25 13:53:03 2007
New Revision: 588348

URL: http://svn.apache.org/viewvc?rev=588348&view=rev
Log:
temp hack to use same level as 2.0.x releases

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=588348&r1=588347&r2=588348&view=diff
==============================================================================
--- geronimo/server/trunk/repository/pom.xml (original)
+++ geronimo/server/trunk/repository/pom.xml Thu Oct 25 13:53:03 2007
@@ -85,6 +85,13 @@
         </dependency>
         <!--end add for wsgen-->
 
+        <!-- See GERONIMO-3410 -->
+        <dependency>
+            <groupId>org.codehaus.mojo.jspc</groupId>
+            <artifactId>jspc-maven-plugin</artifactId>
+            <version>2.0-alpha-1-20070806</version>
+        </dependency>
+
     </dependencies>
 
     <repositories>