
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
KNL-98
Add MIME types for MS OOXML formats (docx, etc.)
|
|
|
|
|
|
|
| 2.6.x Status: |
Closed
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
POI v3.1 (or is it 3.5?) is due for release during summer 08, it will support the new office open XML formats.
Indexing such documents in 2.6 would be rather spiffing.
|
|
Description
|
POI v3.1 (or is it 3.5?) is due for release during summer 08, it will support the new office open XML formats.
Indexing such documents in 2.6 would be rather spiffing. |
Show » |
|
Index: search-impl/impl/pom.xml
===================================================================
--- search-impl/impl/pom.xml (revision 56007)
+++ search-impl/impl/pom.xml (working copy)
@@ -155,21 +155,27 @@
<type>jar</type>
</dependency>
<dependency>
- <groupId>poi</groupId>
+ <groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>3.0-alpha3-20070301</version>
+ <version>3.5-beta4</version>
<type>jar</type>
</dependency>
<dependency>
- <groupId>poi</groupId>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>3.5-beta4</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
- <version>3.0-alpha3-20070301</version>
+ <version>3.5-beta4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>0.7.1</version>
+ <version>0.7.3</version>
<type>jar</type>
</dependency>
<dependency>