You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/09/07 20:36:33 UTC

orc git commit: ORC-235: Update the exclusion of recursive dependencies.

Repository: orc
Updated Branches:
  refs/heads/master 40781ab0e -> 635833d13


ORC-235: Update the exclusion of recursive dependencies.

Fixes #165

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/635833d1
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/635833d1
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/635833d1

Branch: refs/heads/master
Commit: 635833d13ff4a5c6a4ea3d73bc41af3efaf816cd
Parents: 40781ab
Author: Owen O'Malley <om...@apache.org>
Authored: Tue Sep 5 09:30:01 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Thu Sep 7 13:36:10 2017 -0700

----------------------------------------------------------------------
 java/pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/635833d1/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 99738d0..ed3607e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -357,6 +357,12 @@
         <groupId>com.opencsv</groupId>
         <artifactId>opencsv</artifactId>
         <version>3.9</version>
+        <exclusions>
+          <exclusion>
+	    <groupId>commons-beanutils</groupId>
+	    <artifactId>commons-beanutils</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>
@@ -377,6 +383,12 @@
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
         <version>0.8</version>
+        <exclusions>
+          <exclusion>
+	    <groupId>io.airlift</groupId>
+	    <artifactId>slice</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
@@ -408,6 +420,10 @@
             <artifactId>jersey-json</artifactId>
           </exclusion>
           <exclusion>
+	    <groupId>commons-beanutils</groupId>
+	    <artifactId>commons-beanutils-core</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>commons-daemon</groupId>
             <artifactId>commons-daemon</artifactId>
           </exclusion>
@@ -432,6 +448,10 @@
             <artifactId>jets3t</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.tukaani</groupId>
+            <artifactId>xz</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-recipes</artifactId>
           </exclusion>
@@ -534,6 +554,10 @@
             <artifactId>avro</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.fusesource.leveldbjni</groupId>
+            <artifactId>leveldbjni-all</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
           </exclusion>