You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2006/09/22 00:17:03 UTC

svn commit: r448714 - /geronimo/server/trunk/configs/webconsole-tomcat/pom.xml

Author: pmcmahan
Date: Thu Sep 21 15:17:02 2006
New Revision: 448714

URL: http://svn.apache.org/viewvc?view=rev&rev=448714
Log:
remove duplicate dependency from webconsole-tomcat pom.xml

Modified:
    geronimo/server/trunk/configs/webconsole-tomcat/pom.xml

Modified: geronimo/server/trunk/configs/webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/webconsole-tomcat/pom.xml?view=diff&rev=448714&r1=448713&r2=448714
==============================================================================
--- geronimo/server/trunk/configs/webconsole-tomcat/pom.xml (original)
+++ geronimo/server/trunk/configs/webconsole-tomcat/pom.xml Thu Sep 21 15:17:02 2006
@@ -71,14 +71,6 @@
             <type>car</type>
         </dependency>
         
-        <!-- we use it... and need its xmlbeans copy in our cl -->
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-deployer</artifactId>
-            <version>${pom.version}</version>
-            <type>car</type>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.geronimo.applications.console</groupId>
             <artifactId>geronimo-console-core</artifactId>