You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2007/08/07 14:32:15 UTC

svn commit: r563475 - in /geronimo/server/branches/2.0: modules/geronimo-tomcat6-builder/pom.xml pom.xml

Author: vamsic007
Date: Tue Aug  7 05:32:15 2007
New Revision: 563475

URL: http://svn.apache.org/viewvc?view=rev&rev=563475
Log:
Now that we moved to tomcat6, xml-apis is not required.

Modified:
    geronimo/server/branches/2.0/modules/geronimo-tomcat6-builder/pom.xml
    geronimo/server/branches/2.0/pom.xml

Modified: geronimo/server/branches/2.0/modules/geronimo-tomcat6-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/modules/geronimo-tomcat6-builder/pom.xml?view=diff&rev=563475&r1=563474&r2=563475
==============================================================================
--- geronimo/server/branches/2.0/modules/geronimo-tomcat6-builder/pom.xml (original)
+++ geronimo/server/branches/2.0/modules/geronimo-tomcat6-builder/pom.xml Tue Aug  7 05:32:15 2007
@@ -132,10 +132,6 @@
                                     <groupId>xerces</groupId>
                                     <artifactId>xercesImpl</artifactId>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>xml-apis</groupId>
-                                    <artifactId>xml-apis</artifactId>
-                                </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
                         </configuration>

Modified: geronimo/server/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?view=diff&rev=563475&r1=563474&r2=563475
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Tue Aug  7 05:32:15 2007
@@ -542,13 +542,6 @@
                 <version>2.8.1</version>
             </dependency>
 
-            <!-- This will go away when we move to tomcat6 -->
-            <dependency>
-                <groupId>xml-apis</groupId>
-                <artifactId>xml-apis</artifactId>
-                <version>1.3.03</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.apache.xmlbeans</groupId>
                 <artifactId>xmlbeans</artifactId>