You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/06/22 07:32:58 UTC

svn commit: r549715 - /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml

Author: reinhard
Date: Thu Jun 21 22:32:57 2007
New Revision: 549715

URL: http://svn.apache.org/viewvc?view=rev&rev=549715
Log:
- remove unnecessary dependency

Modified:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml?view=diff&rev=549715&r1=549714&r2=549715
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml Thu Jun 21 22:32:57 2007
@@ -63,12 +63,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-rcl-webapp-wrapper</artifactId>
-      <version>1.0.0-M2-SNAPSHOT</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>