Changeset 30388

Show
Ignore:
Timestamp:
02/21/08 01:10:21 (9 months ago)
Author:
tdelprat
Message:

update poi dep

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-mimetype-core/pom.xml

    r29737 r30388  
    3131    </dependency> 
    3232    <dependency> 
    33       <groupId>poi</groupId> 
     33      <groupId>org.apache.poi</groupId> 
    3434      <artifactId>poi</artifactId> 
    35       <version>3.0-alpha3</version> 
     35      <version>3.0.2-FINAL</version> 
    3636    </dependency> 
    3737    <dependency> 
    38       <groupId>poi</groupId> 
     38      <groupId>org.apache.poi</groupId> 
    3939      <artifactId>poi-scratchpad</artifactId> 
    40       <version>3.0-alpha3</version> 
     40      <version>3.0.2-FINAL</version> 
     41    </dependency> 
     42    <dependency> 
     43      <groupId>org.apache.jackrabbit</groupId> 
     44      <artifactId>jackrabbit-text-extractors</artifactId> 
     45      <version>1.3.3</version> 
    4146    </dependency> 
    4247    <dependency> 
     
    7378                </artifactItem> 
    7479                <artifactItem> 
    75                   <groupId>poi</groupId> 
     80                  <groupId>org.apache.poi</groupId> 
    7681                  <artifactId>poi</artifactId> 
    7782                </artifactItem> 
    7883                <artifactItem> 
    79                   <groupId>poi</groupId> 
     84                  <groupId>org.apache.poi</groupId> 
    8085                  <artifactId>poi-scratchpad</artifactId> 
    8186                </artifactItem> 
     
    8388                  <groupId>oro</groupId> 
    8489                  <artifactId>oro</artifactId> 
     90                </artifactItem> 
     91                <artifactItem> 
     92                  <groupId>org.apache.jackrabbit</groupId> 
     93                  <artifactId>jackrabbit-text-extractors</artifactId> 
    8594                </artifactItem> 
    8695              </artifactItems>