mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 02:44:49 +00:00
Relocate guava and owasp under org.elasticsearch.watcher.common/common.owasp.
This change relocates the shaded jars for guava and owasp under org.elasticsearch.watcher.common and org.elasticsearch.watcher.common.owasp respectively. Original commit: elastic/x-pack-elasticsearch@0e2d6303e0
This commit is contained in:
parent
e6c4b53bf8
commit
b0fd2f9f59
10
pom.xml
10
pom.xml
@ -323,6 +323,16 @@
|
||||
<include>javax.activation:activation</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>com.google.common</pattern>
|
||||
<shadedPattern>org.elasticsearch.watcher.common</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.owasp</pattern>
|
||||
<shadedPattern>org.elasticsearch.watcher.common.owasp</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
<filters>
|
||||
<filter>
|
||||
<artifact>*:*</artifact>
|
||||
|
Loading…
x
Reference in New Issue
Block a user