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

svn commit: r931246 - /geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml

Author: kevan
Date: Tue Apr  6 17:52:05 2010
New Revision: 931246

URL: http://svn.apache.org/viewvc?rev=931246&view=rev
Log:
Update build dependency. Looks like there is a test error. So, don't expect a successful build, yet

Modified:
    geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml

Modified: geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml?rev=931246&r1=931245&r2=931246&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/tomcat/tomcat6/src/main/history/dependencies.xml Tue Apr  6 17:52:05 2010
@@ -38,6 +38,11 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
+        <artifactId>shared</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tribes</artifactId>
         <type>jar</type>
     </dependency>
@@ -61,9 +66,4 @@
         <artifactId>clustering</artifactId>
         <type>pom</type>
     </dependency>
-    <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-javamail_1.4_spec</artifactId>
-        <type>jar</type>
-    </dependency>
 </plugin-artifact>