Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ bundlePlugin {
exclude 'jackson-annotations-*.jar'
exclude 'jackson-databind-*.jar'
exclude 'httpcore5-5*.jar'
// TODO: Remove the three httpcore5/httpclient5 exclusions below — and ideally this entire
// bundlePlugin exclusion block — once analytics-engine becomes an optional dependency via the
// AnalyticsFrontEndExtension SPI (opensearch-project/OpenSearch#21449). The shared-classloader
// jar deduplication that requires this hand-maintained list goes away with the SPI.
exclude 'httpcore5-h2-*.jar'
exclude 'httpcore5-reactive-*.jar'
exclude 'httpclient5-*.jar'
exclude 'commons-text-*.jar'
// Calcite transitive deps now bundled in analytics-engine 3.7 — exclude from sql to avoid jar hell.
exclude 'commons-math3-*.jar'
Expand Down
Loading