You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/29 11:49:05 UTC

svn commit: r398109 - /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml

Author: jheymans
Date: Sat Apr 29 02:49:03 2006
New Revision: 398109

URL: http://svn.apache.org/viewcvs?rev=398109&view=rev
Log:
jena 2.3 is on ibiblio, the block compiles with it - worry later whether it actually runs still

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

Modified: cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml?rev=398109&r1=398108&r2=398109&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml Sat Apr 29 02:49:03 2006
@@ -38,9 +38,15 @@
       <version>2.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>jena</groupId>
+      <groupId>net.sourceforge.jena</groupId>
       <artifactId>jena</artifactId>
-      <version>2.1</version>
+      <version>2.3</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>xmlbeans-jsr173-api</artifactId>
+          <groupId>xmlbeans</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>deli</groupId>