HIVE-13100: Revert HIVE-13015 that bundles log4j2 jars in hive-exec.jar 
(Prasanth Jayachandran reviewed by Gopal V)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/487cf159
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/487cf159
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/487cf159

Branch: refs/heads/llap
Commit: 487cf15950bfdaeee8a66aeeca1a89331bb9b95c
Parents: 78a85f8
Author: Prasanth Jayachandran <j.prasant...@gmail.com>
Authored: Fri Feb 19 16:26:18 2016 -0600
Committer: Prasanth Jayachandran <j.prasant...@gmail.com>
Committed: Fri Feb 19 16:26:18 2016 -0600

----------------------------------------------------------------------
 ql/pom.xml | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/487cf159/ql/pom.xml
----------------------------------------------------------------------
diff --git a/ql/pom.xml b/ql/pom.xml
index 540cc25..330e449 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -151,21 +151,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-api</artifactId>
-      <version>${log4j2.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <version>${log4j2.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-jcl</artifactId>
-      <version>${log4j2.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>
       <version>${log4j2.version}</version>
     </dependency>
@@ -175,11 +160,6 @@
       <version>${log4j2.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.lmax</groupId>
-      <artifactId>disruptor</artifactId>
-      <version>[3.3.0,)</version>
-    </dependency>
-    <dependency>
       <groupId>org.antlr</groupId>
       <artifactId>antlr-runtime</artifactId>
       <version>${antlr.version}</version>
@@ -828,13 +808,7 @@
                   <include>org.apache.hive:spark-client</include>
                   <include>org.apache.hive:hive-storage-api</include>
                   <include>org.apache.hive:hive-orc</include>
-                 <include>joda-time:joda-time</include>
-                 <include>org.apache.logging.log4j:log4j-slf4j-impl</include>
-                 <include>org.apache.logging.log4j:log4j-1.2-api</include>
-                 <include>org.apache.logging.log4j:log4j-jcl</include>
-                 <include>org.apache.logging.log4j:log4j-core</include>
-                 <include>org.apache.logging.log4j:log4j-api</include>
-                 <include>com.lmax:disruptor</include>
+                  <include>joda-time:joda-time</include>
                 </includes>
               </artifactSet>
               <relocations>

Reply via email to