File tree Expand file tree Collapse file tree 4 files changed +13
-24
lines changed Expand file tree Collapse file tree 4 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >org.apache.commons</groupId >
1717 <artifactId >commons-collections4</artifactId >
18- <version >4.1</version >
19- </dependency >
20- <dependency >
21- <groupId >org.apache.commons</groupId >
22- <artifactId >commons-compress</artifactId >
23- <version >1.27.1</version >
18+ <version >${commons.collections4.version} </version >
2419 </dependency >
2520 <dependency >
2621 <groupId >commons-logging</groupId >
2722 <artifactId >commons-logging</artifactId >
28- <version >1.2</version >
29- </dependency >
30- <dependency >
31- <groupId >org.apache.pdfbox</groupId >
32- <artifactId >fontbox</artifactId >
33- <version >3.0.3</version >
23+ <version >${commons.logging.version} </version >
3424 </dependency >
3525 <dependency >
3626 <groupId >org.apache.pdfbox</groupId >
3727 <artifactId >pdfbox</artifactId >
38- <version >3.0.3 </version >
28+ <version >${pdfbox.version} </version >
3929 </dependency >
4030 <dependency >
4131 <groupId >org.apache.lucene</groupId >
4232 <artifactId >lucene-core</artifactId >
43- <version >2.2.0 </version >
33+ <version >${lucene.version} </version >
4434 </dependency >
4535 <dependency >
4636 <groupId >org.apache.poi</groupId >
5242 <artifactId >poi-ooxml</artifactId >
5343 <version >${poi.version} </version >
5444 </dependency >
55- <dependency >
56- <groupId >org.apache.poi</groupId >
57- <artifactId >poi-ooxml-schemas</artifactId >
58- <version >4.1.2</version >
59- </dependency >
6045 </dependencies >
6146
6247 <build >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.apache.lucene</groupId >
3434 <artifactId >lucene-core</artifactId >
35- <version >2.2.0 </version >
35+ <version >${lucene.version} </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.apache.lucene</groupId >
3939 <artifactId >lucene-highlighter</artifactId >
40- <version >2.2.0 </version >
40+ <version >${lucene.version} </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.apache.lucene</groupId >
4444 <artifactId >lucene-spellchecker</artifactId >
45- <version >2.2.0 </version >
45+ <version >${lucene.version} </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.github.jtidy</groupId >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >org.apache.commons</groupId >
3939 <artifactId >commons-collections4</artifactId >
40- <version >4.1 </version >
40+ <version >${commons.collections4.version} </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.apache.logging.log4j</groupId >
110110 <dependency >
111111 <groupId >org.apache.pdfbox</groupId >
112112 <artifactId >pdfbox</artifactId >
113- <version >3.0.3 </version >
113+ <version >${pdfbox.version} </version >
114114 </dependency >
115115 <dependency >
116116 <groupId >org.jsoup</groupId >
Original file line number Diff line number Diff line change 2222 <jersey .jakarta.version>3.0.4</jersey .jakarta.version>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <poi .version>5.4.1</poi .version>
25+ <pdfbox .version>3.0.3</pdfbox .version>
26+ <lucene .version>2.2.0</lucene .version>
27+ <commons .collections4.version>4.1</commons .collections4.version>
28+ <commons .logging.version>1.2</commons .logging.version>
2529 <jackson .version>2.16.2</jackson .version>
2630 <junit .version>4.13.2</junit .version>
2731 <software .awssdk.version>2.35.6</software .awssdk.version>
You can’t perform that action at this time.
0 commit comments