GERONIMO-2344 Tomcat Console can't find TomcatManagerImpl class during display of ServerLogs

git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/branches/1.2@565773 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configs/webconsole-jetty/pom.xml b/configs/webconsole-jetty/pom.xml
index 883a7dc..0b9a08b 100644
--- a/configs/webconsole-jetty/pom.xml
+++ b/configs/webconsole-jetty/pom.xml
@@ -195,14 +195,6 @@
             <groupId>dwr</groupId>
             <artifactId>dwr</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jetty-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
     
     <build>
diff --git a/configs/webconsole-tomcat/pom.xml b/configs/webconsole-tomcat/pom.xml
index 5b08bae..6a29d24 100644
--- a/configs/webconsole-tomcat/pom.xml
+++ b/configs/webconsole-tomcat/pom.xml
@@ -195,14 +195,6 @@
             <groupId>dwr</groupId>
             <artifactId>dwr</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
     
     <build>