Skip to content

Commit

Permalink
PHOENIX-1468 Add org.iq80.snappy to client and server assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
apurtell committed Nov 19, 2014
1 parent 9fa513b commit d448417
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions phoenix-assembly/src/build/client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<include>org.cloudera.htrace:htrace-core</include>
<include>io.netty:netty</include>
<include>commons-codec:commons-codec</include>
<include>org.iq80.snappy:snappy</include>
</includes>
</dependencySet>

Expand Down
1 change: 1 addition & 0 deletions phoenix-assembly/src/build/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<includes>
<include>org.apache.phoenix:phoenix-core</include>
<include>org.apache.phoenix:phoenix-hadoop*</include>
<include>org.iq80.snappy:snappy</include>
</includes>
</dependencySet>
<dependencySet>
Expand Down
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop-two.version}</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -501,6 +507,12 @@
<artifactId>pig</artifactId>
<version>${pig.version}</version>
<classifier>h2</classifier>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Make sure we have all the antlr dependencies -->
Expand Down Expand Up @@ -533,6 +545,12 @@
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-core</artifactId>
<version>${flume.version}</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
Expand Down

0 comments on commit d448417

Please sign in to comment.