mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-29 19:38:29 +00:00
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:
parent
568c26a76c
commit
84dfa360b1
@ -217,10 +217,10 @@ fi
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "[$GROUP] install ingest-attachment plugin" {
|
@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
|
# not spuriously pass if the jar is missing but the other poi jars
|
||||||
# are present
|
# 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" {
|
@test "[$GROUP] install ingest-geoip plugin" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user