Skip to content

Commit

Permalink
Elasticsearch goes in jar hell for org.newsclub.net.unix.AFUNIXSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
sscarduzio authored and rnorth committed Mar 1, 2017
1 parent b1e1395 commit 3c0d2ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
<pattern>org.bouncycastle</pattern>
<shadedPattern>org.testcontainers.shaded.org.bouncycastle</shadedPattern>
</relocation>
<relocation>
<pattern>org.newsclub</pattern>
<shadedPattern>org.testcontainers.shaded.org.newsclub</shadedPattern>
</relocation>
</relocations>
<artifactSet>
<includes>
Expand All @@ -173,6 +177,7 @@
<include>com.google.guava:*</include>
<include>io.netty:*</include>
<include>org.bouncycastle:*</include>
<include>org.newsclub.*:*</include>
</includes>
</artifactSet>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
Expand Down

0 comments on commit 3c0d2ca

Please sign in to comment.