File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ tab_width = 4
66indent_style = space
77insert_final_newline = true
88trim_trailing_whitespace = true
9-
Original file line number Diff line number Diff line change 3333 <maven .test.skip>true</maven .test.skip>
3434 <commons-csv .version>1.11.0</commons-csv .version>
3535 <poi .version>5.4.1</poi .version>
36- <poi-ooxml .version>5.4.1</poi-ooxml .version>
3736 <ehcache .version>3.9.11</ehcache .version>
3837 <commons-io .version>2.16.1</commons-io .version>
3938 <slf4j-api .version>1.7.36</slf4j-api .version>
117116 <dependency >
118117 <groupId >org.apache.poi</groupId >
119118 <artifactId >poi-ooxml</artifactId >
120- <version >${poi-ooxml .version} </version >
119+ <version >${poi.version} </version >
121120 <exclusions >
122121 <exclusion >
123122 <groupId >commons-io</groupId >
196195 </dependency >
197196
198197
199-
200198 </dependencies >
201199 </dependencyManagement >
202200
411409 <importOrder >
412410 <order >\#|</order >
413411 </importOrder >
414- <removeUnusedImports />
415- <trimTrailingWhitespace />
416- <endWithNewline />
412+ <removeUnusedImports />
413+ <trimTrailingWhitespace />
414+ <endWithNewline />
417415 <indent >
418416 <spaces >true</spaces >
419417 <spacesPerTab >4</spacesPerTab >
420418 </indent >
421419 </java >
422420 <pom >
423- <trimTrailingWhitespace />
424- <endWithNewline />
421+ <trimTrailingWhitespace />
422+ <endWithNewline />
425423 <indent >
426424 <spaces >true</spaces >
427425 <spacesPerTab >4</spacesPerTab >
459457 <jdk >[9,)</jdk >
460458 </activation >
461459 <properties >
462- <surefire .jdk9plus.args>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED</surefire .jdk9plus.args>
460+ <surefire .jdk9plus.args>--add-opens=java.base/java.lang=ALL-UNNAMED
461+ --add-opens=java.base/java.util=ALL-UNNAMED
462+ --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED</surefire .jdk9plus.args>
463463 </properties >
464464 </profile >
465465 <profile >
You can’t perform that action at this time.
0 commit comments