Skip to content

Commit

Permalink
CDH-3636. Update flume to use snappy-java-1.0.3.2.
Browse files Browse the repository at this point in the history
Update Flume to use the same snappy-java version as the rest of
CDH. Doing this by removing the explicit dependency and the exclusion
in Avro so that we pick up Avro's snappy-java dependency.

Reason: Bug
Author: Andrew Bayer
Ref: CDH-3636
  • Loading branch information
Andrew Bayer committed Sep 23, 2011
1 parent 8ea9f35 commit d63a689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions flume-core/pom.xml
Expand Up @@ -267,11 +267,6 @@
<artifactId>avro</artifactId>
</dependency>

<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</dependency>

<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-compiler</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Expand Up @@ -554,18 +554,6 @@
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.5.4</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.0.3-rc2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d63a689

Please sign in to comment.