You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/04/16 18:47:32 UTC

svn commit: r394509 - /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml

Author: antonio
Date: Sun Apr 16 09:47:32 2006
New Revision: 394509

URL: http://svn.apache.org/viewcvs?rev=394509&view=rev
Log:
Exclude geronimo specs.

Modified:
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml?rev=394509&r1=394508&r2=394509&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml Sun Apr 16 09:47:32 2006
@@ -47,8 +47,16 @@
       <version>2.1</version>
       <exclusions>
         <exclusion>
-          <artifactId>d-haven-managed-pool</artifactId>
           <groupId>d-haven-managed-pool</groupId>
+          <artifactId>d-haven-managed-pool</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec</groupId>
+          <artifactId>geronimo-spec-javamail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec</groupId>
+          <artifactId>geronimo-spec-jms</artifactId>
         </exclusion>
       </exclusions>
     </dependency>