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/05/08 14:05:07 UTC

svn commit: r405028 - in /cocoon/trunk: blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml commons/legal/src/main/resources/db-ojb-1.0.3.jar.license.txt commons/legal/src/main/resources/db-ojb-1.0.4.jar.license.txt

Author: antonio
Date: Mon May  8 05:05:04 2006
New Revision: 405028

URL: http://svn.apache.org/viewcvs?rev=405028&view=rev
Log:
Update to ojb 1.04.

Added:
    cocoon/trunk/commons/legal/src/main/resources/db-ojb-1.0.4.jar.license.txt
      - copied unchanged from r404950, cocoon/trunk/commons/legal/src/main/resources/db-ojb-1.0.3.jar.license.txt
Removed:
    cocoon/trunk/commons/legal/src/main/resources/db-ojb-1.0.3.jar.license.txt
Modified:
    cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml?rev=405028&r1=405027&r2=405028&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml Mon May  8 05:05:04 2006
@@ -46,7 +46,89 @@
     <dependency>
       <groupId>ojb</groupId>
       <artifactId>db-ojb</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>jdo</groupId>
+          <artifactId>jdo</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jdo</groupId>
+          <artifactId>jdori</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec-j2ee</groupId>
+          <artifactId>geronimo-spec-j2ee</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>hsqldb</groupId>
+          <artifactId>hsqldb</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jcs</groupId>
+          <artifactId>jcs</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec-servlet</groupId>
+          <artifactId>geronimo-spec-servlet</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec-jta</groupId>
+          <artifactId>geronimo-spec-jta</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>p6spy</groupId>
+          <artifactId>p6spy</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>antlr</groupId>
+          <artifactId>antlr</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>torque</groupId>
+          <artifactId>torque</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>velocity</groupId>
+          <artifactId>velocity</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xdoclet</groupId>
+          <artifactId>xdoclet</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xjavadoc</groupId>
+          <artifactId>xjavadoc</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xalan</groupId>
+          <artifactId>xalan</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-beanutils</groupId>
+          <artifactId>commons-beanutils</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>regexp</groupId>
+          <artifactId>regexp</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>excalibur-datasource</groupId>