blob: 48a43bbcc62aa5fd2bafb5fcbe5d5a49feed4590 [file] [log] [blame]
diff --git a/pom.xml b/pom.xml
index 05fcc6d..70cc871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,6 +333,10 @@
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
diff --git a/tez-api/pom.xml b/tez-api/pom.xml
index 9c9d7af..5d51e74 100644
--- a/tez-api/pom.xml
+++ b/tez-api/pom.xml
@@ -110,6 +110,11 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <version>1.1.8.4</version>
+ </dependency>
</dependencies>
<build>