You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/07/18 22:31:51 UTC

svn commit: r423234 - in /cocoon/trunk: blocks/cocoon-cron/cocoon-cron-impl/ blocks/cocoon-databases/cocoon-databases-impl/ blocks/cocoon-ojb/cocoon-ojb-impl/ blocks/cocoon-repository/cocoon-repository-impl/ blocks/cocoon-xsp/cocoon-xsp-impl/ core/coco...

Author: cziegeler
Date: Tue Jul 18 13:31:50 2006
New Revision: 423234

URL: http://svn.apache.org/viewvc?rev=423234&view=rev
Log:
Add missing excludes

Modified:
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml
    cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml
    cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml
    cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml
    cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml Tue Jul 18 13:31:50 2006
@@ -66,6 +66,18 @@
           <groupId>excalibur-pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>

Modified: cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml Tue Jul 18 13:31:50 2006
@@ -66,6 +66,18 @@
           <groupId>excalibur-pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>

Modified: cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml Tue Jul 18 13:31:50 2006
@@ -155,6 +155,18 @@
           <groupId>excalibur-pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>

Modified: cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml Tue Jul 18 13:31:50 2006
@@ -67,6 +67,18 @@
           <groupId>excalibur-pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>

Modified: cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml Tue Jul 18 13:31:50 2006
@@ -75,8 +75,20 @@
           <artifactId>avalon-logkit</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework-api</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>excalibur-pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>excalibur-pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
         </exclusion>
       </exclusions>
     </dependency>

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=423234&r1=423233&r2=423234&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Tue Jul 18 13:31:50 2006
@@ -147,8 +147,12 @@
           <artifactId>servlet-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>excalibur-pool</groupId>
+          <groupId>org.apache.excalibur.components.pool</groupId>
           <artifactId>excalibur-pool-instrumented</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.excalibur.components.pool</groupId>
+          <artifactId>excalibur-pool-impl</artifactId>
         </exclusion>
       </exclusions>
     </dependency>