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:
Brian Murphy 2015-05-03 21:06:54 -04:00
parent e6c4b53bf8
commit b0fd2f9f59

10
pom.xml
View File

@ -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>