Skip to content

Commit

Permalink
[BUILD] Shade t-digest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed May 13, 2014
1 parent 588ae1b commit 9425472
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
<version>4.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
<artifactId>t-digest</artifactId>
<version>3.0</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down Expand Up @@ -260,6 +255,13 @@
<version>0.9.6</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.tdunning</groupId>
<artifactId>t-digest</artifactId>
<version>3.0</version>
<scope>compile</scope>
</dependency>
<!-- END: dependencies that are shaded -->

<dependency>
Expand Down Expand Up @@ -580,6 +582,7 @@
<include>io.netty:netty</include>
<include>com.ning:compress-lzf</include>
<include>com.github.spullara.mustache.java:compiler</include>
<include>com.tdunning:t-digest</include>
</includes>
</artifactSet>
<relocations>
Expand Down Expand Up @@ -615,6 +618,10 @@
<pattern>com.ning.compress</pattern>
<shadedPattern>org.elasticsearch.common.compress</shadedPattern>
</relocation>
<relocation>
<pattern>com.tdunning.math.stats</pattern>
<shadedPattern>org.elasticsearch.common.stats</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down

0 comments on commit 9425472

Please sign in to comment.