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/03/27 18:06:39 UTC

svn commit: r522978 - /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml

Author: reinhard
Date: Tue Mar 27 09:06:38 2007
New Revision: 522978

URL: http://svn.apache.org/viewvc?view=rev&rev=522978
Log:
use latest version of excalibur-datasource

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

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?view=diff&rev=522978&r1=522977&r2=522978
==============================================================================
--- cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/pom.xml Tue Mar 27 09:06:38 2007
@@ -45,69 +45,11 @@
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>excalibur-datasource</groupId>
-      <artifactId>excalibur-datasource</artifactId>
-      <version>2.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>d-haven-managed-pool</artifactId>
-          <groupId>d-haven-managed-pool</groupId>
-        </exclusion>
-        <exclusion>
-          <groupId>geronimo-spec</groupId>
-          <artifactId>geronimo-spec-javamail</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>geronimo-spec</groupId>
-          <artifactId>geronimo-spec-jms</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>avalon-logkit</groupId>
-          <artifactId>avalon-logkit</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>avalon-framework</groupId>
-          <artifactId>avalon-framework-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>avalon-framework</groupId>
-          <artifactId>avalon-framework-impl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-pool</groupId>
-          <artifactId>excalibur-pool-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-pool</groupId>
-          <artifactId>excalibur-pool-impl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-fortress</groupId>
-          <artifactId>excalibur-fortress-meta</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-fortress</groupId>
-          <artifactId>excalibur-fortress-container-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-component</groupId>
-          <artifactId>excalibur-component</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-component</groupId>
-          <artifactId>excalibur-testcase</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-logger</groupId>
-          <artifactId>excalibur-logger</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>excalibur-instrument</groupId>
-          <artifactId>excalibur-instrument-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-datasource</artifactId>    
+      <version>2.2.1</version>
     </dependency>
-<!-- TEST -->
+    <!-- test -->
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>