Thank you!!!!

david jencks

On Mar 9, 2007, at 9:54 AM, [EMAIL PROTECTED] wrote:

Author: akulshreshtha
Date: Fri Mar  9 06:54:03 2007
New Revision: 516423

URL: http://svn.apache.org/viewvc?view=rev&rev=516423
Log:
Spring dependency pruning..

Modified:
    geronimo/server/trunk/modules/geronimo-cxf-builder/pom.xml
geronimo/server/trunk/modules/geronimo-jetty6-clustering- builder-wadi/pom.xml (contents, props changed) geronimo/server/trunk/modules/geronimo-persistence-jpa10- builder/pom.xml
    geronimo/server/trunk/modules/geronimo-tomcat6-builder/pom.xml
    geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-cxf-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ geronimo-cxf-builder/pom.xml?view=diff&rev=516423&r1=516422&r2=516423 ====================================================================== ======== --- geronimo/server/trunk/modules/geronimo-cxf-builder/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-cxf-builder/pom.xml Fri Mar 9 06:54:03 2007
@@ -40,17 +40,12 @@
             <version>${version}</version>
         </dependency>

+ <!-- xbean-finder, g-service-builder comes transitively from this -->
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-j2ee-builder</artifactId>
             <version>${version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
-            <version>${version}</version>
-        </dependency>

         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
@@ -69,11 +64,6 @@
             <artifactId>geronimo-cxf</artifactId>
             <version>${version}</version>
         </dependency>
-
-       <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-finder</artifactId>
-       </dependency>

        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: geronimo/server/trunk/modules/geronimo-jetty6-clustering- builder-wadi/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ geronimo-jetty6-clustering-builder-wadi/pom.xml? view=diff&rev=516423&r1=516422&r2=516423 ====================================================================== ======== --- geronimo/server/trunk/modules/geronimo-jetty6-clustering- builder-wadi/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-jetty6-clustering- builder-wadi/pom.xml Fri Mar 9 06:54:03 2007
@@ -40,21 +40,11 @@
             <version>${version}</version>
         </dependency>

+ <!-- xmlbeans, stax-api comes transitively via g-service- builder from this -->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>geronimo-naming-builder</artifactId>
             <version>${version}</version>
-        </dependency>
-
-        <!-- Thirdparty Dependencies -->
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
         </dependency>

     </dependencies>

Propchange: geronimo/server/trunk/modules/geronimo-jetty6- clustering-builder-wadi/pom.xml ---------------------------------------------------------------------- --------
    svn:eol-style = native

Propchange: geronimo/server/trunk/modules/geronimo-jetty6- clustering-builder-wadi/pom.xml ---------------------------------------------------------------------- --------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/modules/geronimo-jetty6- clustering-builder-wadi/pom.xml ---------------------------------------------------------------------- --------
    svn:mime-type = text/xml

Modified: geronimo/server/trunk/modules/geronimo-persistence-jpa10- builder/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ geronimo-persistence-jpa10-builder/pom.xml? view=diff&rev=516423&r1=516422&r2=516423 ====================================================================== ======== --- geronimo/server/trunk/modules/geronimo-persistence-jpa10- builder/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-persistence-jpa10- builder/pom.xml Fri Mar 9 06:54:03 2007
@@ -34,12 +34,8 @@

     <dependencies>

-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
+ <!-- xbean-finder, g-service-builder, g-j2ee comes via g- j2ee-builder from this -->
+        <!-- g-schema-jee_5 comes via g-j2ee-schema from this -->
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-naming-builder</artifactId>
@@ -48,46 +44,11 @@

         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-persistence-jpa10</artifactId>
             <version>${version}</version>
         </dependency>

-        <dependency>
-            <groupId>org.apache.geronimo.schema</groupId>
-            <artifactId>geronimo-schema-jee_5</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-finder</artifactId>
-        </dependency>
-
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-        </plugins>
-     </build>

 </project>


Modified: geronimo/server/trunk/modules/geronimo-tomcat6-builder/ pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ geronimo-tomcat6-builder/pom.xml? view=diff&rev=516423&r1=516422&r2=516423 ====================================================================== ======== --- geronimo/server/trunk/modules/geronimo-tomcat6-builder/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-tomcat6-builder/pom.xml Fri Mar 9 06:54:03 2007
@@ -36,48 +36,16 @@

         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-naming-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
             <artifactId>geronimo-tomcat6</artifactId>
             <version>${version}</version>
         </dependency>

-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-j2ee-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-security-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
+ <!-- g-j2ee-builder and hence g-service-builder comes via g-naming-builder -->
+        <!-- g-security-builder comes from this -->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>geronimo-web-2.5-builder</artifactId>
             <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
         </dependency>

         <dependency>

Modified: geronimo/server/trunk/modules/geronimo-web-2.5-builder/ pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ geronimo-web-2.5-builder/pom.xml? view=diff&rev=516423&r1=516422&r2=516423 ====================================================================== ======== --- geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml Fri Mar 9 06:54:03 2007
@@ -35,39 +35,23 @@
     <dependencies>

         <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-j2ee-builder</artifactId>
-            <version>${version}</version>
-        </dependency>

-        <dependency>
+ <!-- g-schema-jee_5 comes via g-j2ee-builder from this -->
             <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-security-builder</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
+            <artifactId>geronimo-naming-builder</artifactId>
             <version>${version}</version>
         </dependency>

         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-naming-builder</artifactId>
+            <artifactId>geronimo-security-builder</artifactId>
             <version>${version}</version>
         </dependency>

-
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>geronimo-test-ddbean</artifactId>
             <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.schema</groupId>
-            <artifactId>geronimo-schema-jee_5</artifactId>
         </dependency>

         <dependency>



Reply via email to