|
24 | 24 | <artifactId>poi-scratchpad</artifactId>
|
25 | 25 | <version>${poi.version}</version>
|
26 | 26 | </dependency>
|
27 |
| - <!-- https://mvnrepository.com/artifact/com.github.ozlerhakan/poiji --> |
28 | 27 | <dependency>
|
29 | 28 | <groupId>com.github.ozlerhakan</groupId>
|
30 | 29 | <artifactId>poiji</artifactId>
|
31 | 30 | <version>${poiji.version}</version>
|
32 | 31 | </dependency>
|
33 |
| - |
34 |
| - <!-- https://mvnrepository.com/artifact/org.apache.poi/poi/5.2.3 --> |
35 | 32 | <dependency>
|
36 | 33 | <groupId>org.apache.poi</groupId>
|
37 | 34 | <artifactId>poi</artifactId>
|
38 | 35 | <version>${poi.version}</version>
|
39 | 36 | </dependency>
|
40 |
| - <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas/4.1.2 --> |
41 | 37 | <dependency>
|
42 | 38 | <groupId>org.apache.poi</groupId>
|
43 | 39 | <artifactId>poi-ooxml-schemas</artifactId>
|
44 |
| - <version>4.1.2</version> |
| 40 | + <version>${poi-ooxml-schemas.version}</version> |
45 | 41 | </dependency>
|
46 |
| - <!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans/5.1.1 --> |
47 | 42 | <dependency>
|
48 | 43 | <groupId>org.apache.xmlbeans</groupId>
|
49 | 44 | <artifactId>xmlbeans</artifactId>
|
50 |
| - <version>5.1.1</version> |
| 45 | + <version>${xmlbeans.version}</version> |
51 | 46 | </dependency>
|
52 |
| - <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 --> |
53 | 47 | <dependency>
|
54 | 48 | <groupId>org.apache.commons</groupId>
|
55 | 49 | <artifactId>commons-collections4</artifactId>
|
56 |
| - <version>4.4</version> |
| 50 | + <version>${commons-collections4.version}</version> |
57 | 51 | </dependency>
|
58 |
| - <!-- https://mvnrepository.com/artifact/org.dhatim/fastexcel/0.15.7 --> |
59 | 52 | <dependency>
|
60 | 53 | <groupId>org.dhatim</groupId>
|
61 | 54 | <artifactId>fastexcel</artifactId>
|
62 | 55 | <version>${fastexcel.version}</version>
|
63 | 56 | </dependency>
|
64 |
| - <!-- https://mvnrepository.com/artifact/org.dhatim/fastexcel-reader/0.15.7 --> |
65 | 57 | <dependency>
|
66 | 58 | <groupId>org.dhatim</groupId>
|
67 | 59 | <artifactId>fastexcel-reader</artifactId>
|
68 | 60 | <version>${fastexcel.version}</version>
|
69 | 61 | </dependency>
|
70 |
| - <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl/2.6.12 --> |
71 | 62 | <dependency>
|
72 | 63 | <groupId>net.sourceforge.jexcelapi</groupId>
|
73 | 64 | <artifactId>jxl</artifactId>
|
|
77 | 68 |
|
78 | 69 | <properties>
|
79 | 70 | <poi.version>5.2.5</poi.version>
|
80 |
| - <poiji.version>4.1.1</poiji.version> |
81 |
| - <fastexcel.version>0.15.7</fastexcel.version> |
| 71 | + <poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version> |
| 72 | + <poiji.version>4.2.0</poiji.version> |
| 73 | + <xmlbeans.version>5.2.0</xmlbeans.version> |
| 74 | + <commons-collections4.version>4.4</commons-collections4.version> |
| 75 | + <fastexcel.version>0.17.0</fastexcel.version> |
82 | 76 | <jxl.version>2.6.12</jxl.version>
|
83 | 77 | </properties>
|
84 | 78 |
|
|
0 commit comments