remove circular dependency as maven doesn't support it
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Jan 2007 17:31:31 +0000 (17:31 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Jan 2007 17:31:31 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@494497 13f79535-47bb-0310-9956-ffa450edef68

res/maven/catalina.pom

index 1374c12..b2c669b 100644 (file)
@@ -5,12 +5,14 @@
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
   <dependencies>
+    <!--
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>coyote</artifactId>
       <version>@MAVEN.DEPLOY.VERSION@</version>
       <scope>compile</scope>
     </dependency>
+    -->
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>servlet-api</artifactId>