Skip to content

Commit fdd9d4a

Browse files
authored
chore: poi releases simultaneously (#496)
Signed-off-by: tison <wander4096@gmail.com>
1 parent 1e5c481 commit fdd9d4a

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ tab_width = 4
66
indent_style = space
77
insert_final_newline = true
88
trim_trailing_whitespace = true
9-

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
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>
@@ -117,7 +116,7 @@
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>
@@ -196,7 +195,6 @@
196195
</dependency>
197196

198197

199-
200198
</dependencies>
201199
</dependencyManagement>
202200

@@ -411,17 +409,17 @@
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>
@@ -459,7 +457,9 @@
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>

0 commit comments

Comments
 (0)