File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 34
34
<artifactId >poi-ooxml</artifactId >
35
35
<version >${poi.version} </version >
36
36
</dependency >
37
- <dependency >
37
+ <dependency >
38
+ <groupId >org.apache.commons</groupId >
39
+ <artifactId >commons-compress</artifactId >
40
+ <version >1.26.0</version >
41
+ </dependency >
42
+
43
+ <dependency >
38
44
<groupId >org.apache.poi</groupId >
39
45
<artifactId >poi</artifactId >
40
46
<version >${poi.version} </version >
Original file line number Diff line number Diff line change 29
29
<artifactId >poi-ooxml</artifactId >
30
30
<version >${poi.version} </version >
31
31
</dependency >
32
- <dependency >
32
+ <dependency >
33
+ <groupId >org.apache.commons</groupId >
34
+ <artifactId >commons-compress</artifactId >
35
+ <version >1.26.0</version >
36
+ </dependency >
37
+
38
+ <dependency >
33
39
<groupId >org.apache.lucene</groupId >
34
40
<artifactId >lucene-core</artifactId >
35
41
<version >2.2.0</version >
You can’t perform that action at this time.
0 commit comments