Skip to content

Commit d4b7f7a

Browse files
committed
[Test] Fix POI version in packaging tests
POI version has not been updated in packaging tests in #25003. Closes #27340
1 parent 6258354 commit d4b7f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ fi
206206
}
207207

208208
@test "[$GROUP] install ingest-attachment plugin" {
209-
# we specify the version on the poi-3.15.jar so that the test does
209+
# we specify the version on the poi-3.16.jar so that the test does
210210
# not spuriously pass if the jar is missing but the other poi jars
211211
# are present
212-
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.15.jar poi-ooxml-3.15.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
212+
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.16.jar poi-ooxml-3.16.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
213213
}
214214

215215
@test "[$GROUP] install ingest-geoip plugin" {

0 commit comments

Comments
 (0)