You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2018/03/09 00:59:22 UTC

ranger git commit: RANGER-1983:Remove LZ4.*jar from ranger admin dependency

Repository: ranger
Updated Branches:
  refs/heads/master 69f4d32da -> 12cfce001


RANGER-1983:Remove LZ4.*jar from ranger admin dependency


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/12cfce00
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/12cfce00
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/12cfce00

Branch: refs/heads/master
Commit: 12cfce0010501844baa8bb63c5b6f3138f38d582
Parents: 69f4d32
Author: rmani <rm...@hortonworks.com>
Authored: Thu Mar 8 16:10:10 2018 -0800
Committer: rmani <rm...@hortonworks.com>
Committed: Thu Mar 8 16:10:10 2018 -0800

----------------------------------------------------------------------
 agents-audit/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/12cfce00/agents-audit/pom.xml
----------------------------------------------------------------------
diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index f0fefa5..e0880a5 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -71,6 +71,16 @@
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka_${scala.binary.version}</artifactId>
             <version>${kafka.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.jpountz.lz4</groupId>
+                    <artifactId>lz4</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.lz4</groupId>
+                    <artifactId>lz4-java</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
            <groupId>org.apache.solr</groupId>