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 2008/05/30 21:51:14 UTC

svn commit: r661838 - in /cocoon/trunk: blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml blocks/cocoon-poi/cocoon-poi-impl/pom.xml parent/pom.xml

Author: anathaniel
Date: Fri May 30 12:51:13 2008
New Revision: 661838

URL: http://svn.apache.org/viewvc?rev=661838&view=rev
Log:
Update to poi-3.0.2, 2nd iteration

Modified:
    cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml
    cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml?rev=661838&r1=661837&r2=661838&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml Fri May 30 12:51:13 2008
@@ -77,6 +77,23 @@
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <!-- Replace dependency on poi/2.5.1 by org.apache.poi/3.0.2. -->
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-text-extractors</artifactId>
+      <version>1.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>poi</groupId>
+          <artifactId>poi</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
     
   </dependencies>
 </project>

Modified: cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml?rev=661838&r1=661837&r2=661838&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml Fri May 30 12:51:13 2008
@@ -44,7 +44,6 @@
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
-      <version>3.0.2-FINAL</version>
     </dependency>
   </dependencies>
 </project>

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=661838&r1=661837&r2=661838&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Fri May 30 12:51:13 2008
@@ -1898,9 +1898,9 @@
         <version>1.1.0</version>
       </dependency>
       <dependency>
-        <groupId>poi</groupId>
+        <groupId>org.apache.poi</groupId>
         <artifactId>poi</artifactId>
-        <version>2.5.1-final-20040804</version>
+        <version>3.0.2-FINAL</version>
       </dependency>
       <dependency>
         <groupId>org.apache.portals.bridges</groupId>