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 2008/08/08 17:51:16 UTC

svn commit: r684003 - /geronimo/samples/branches/2.1/repository/pom.xml

Author: dwoods
Date: Fri Aug  8 08:51:16 2008
New Revision: 684003

URL: http://svn.apache.org/viewvc?rev=684003&view=rev
Log:
trim down repository depends to only what the build needs

Modified:
    geronimo/samples/branches/2.1/repository/pom.xml

Modified: geronimo/samples/branches/2.1/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/repository/pom.xml?rev=684003&r1=684002&r2=684003&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/repository/pom.xml (original)
+++ geronimo/samples/branches/2.1/repository/pom.xml Fri Aug  8 08:51:16 2008
@@ -51,19 +51,7 @@
     </dependencyManagement>
 
     <dependencies>
-        <dependency>
-            <groupId>juddi</groupId>
-            <artifactId>juddi</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>jstl</groupId>
-            <artifactId>jstl</artifactId>
-        </dependency>
-
-        <!-- See GERONIMO-3010  These artifacts are here temporarily while we discuss the proposed change in
-        managed object lifecycle handling with the tomcat team.  One way or another it should be gone in a couple
-        of weeks -->
+        <!-- See GERONIMO-3010 for proposed change in managed object lifecycle handling with the tomcat team. -->
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>catalina</artifactId>
@@ -73,7 +61,7 @@
             <artifactId>jasper</artifactId>
         </dependency>
 
-        <!-- add the following for wsgen -->
+        <!-- the following are for wsgen -->
         <dependency>
             <groupId>com.sun.xml.ws</groupId>
             <artifactId>jaxws-tools</artifactId>
@@ -88,55 +76,9 @@
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-xjc</artifactId>
         </dependency>
-        <!--end add for wsgen-->
+        <!-- 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>
-
-        <!-- 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>
-
-        <!-- Added for patched build of Pluto 1.1.6-G643117 -->
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-container</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-descriptor-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-descriptor-impl</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-portal-driver</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-portal-driver-impl</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-taglib</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>jtidy</groupId>
-            <artifactId>jtidy</artifactId>
-            <version>8.0-20060801</version>
-        </dependency>
-
-        <!-- See GERONIMO-3858 -->
+        <!-- See GERONIMO-3858 - Windows patch -->
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant-launcher</artifactId>