Skip to content

Commit 7d651ef

Browse files
committed
[Io7UetI2] Fix copy-paste mistake
1 parent 2b80723 commit 7d651ef

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

extra-dependencies/xls/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ jar {
2222
dependencies {
2323
// Make sure no transitive dependencies are included together with apache.poi
2424

25-
compileOnly "org.apache.poi:poi:5.3.0", {
25+
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0', {
2626
exclude group: '*'
2727
}
28-
testImplementation "org.apache.poi:poi:5.3.0", {
28+
implementation group: 'org.apache.poi', name: 'poi-ooxml-lite', version: '5.3.0', {
2929
exclude group: '*'
3030
}
31-
compileOnly "org.apache.poi:poi-ooxml:5.3.0", {
32-
exclude group: '*'
33-
}
34-
testImplementation "org.apache.poi:poi-ooxml:5.3.0", {
31+
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0' , {
3532
exclude group: '*'
3633
}
3734

0 commit comments

Comments
 (0)