Fix list of poi dependencies for ingest-attachment

This commit fixes the list of poi dependencies for the ingest-attachment
plugin after they were upgraded in
1d40c4bbc1f8c3414cfc64a30e08ab097aed19d4.
This commit is contained in:
Jason Tedor 2016-05-24 17:01:35 -04:00
parent 568c26a76c
commit 84dfa360b1

View File

@ -217,10 +217,10 @@ fi
}
@test "[$GROUP] install ingest-attachment plugin" {
# we specify the version on the poi-3.13.jar so that the test does
# we specify the version on the poi-3.15-beta1.jar so that the test does
# not spuriously pass if the jar is missing but the other poi jars
# are present
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.13.jar
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.15-beta1.jar poi-ooxml-3.15-beta1.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
}
@test "[$GROUP] install ingest-geoip plugin" {