You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/08/25 23:28:45 UTC

[15/50] [abbrv] hive git commit: HIVE-11570: Fix PTest2 log4j2.version (Gopal V, via Sergey Shelukhin)

HIVE-11570: Fix PTest2 log4j2.version (Gopal V, via Sergey Shelukhin)


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

Branch: refs/heads/llap
Commit: 17e95c7c761525a4d7596099cfca179db2a19a20
Parents: e8b2c60
Author: Gopal V <go...@apache.org>
Authored: Fri Aug 14 15:22:44 2015 -0700
Committer: Gopal V <go...@apache.org>
Committed: Fri Aug 14 15:22:44 2015 -0700

----------------------------------------------------------------------
 testutils/ptest2/pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/17e95c7c/testutils/ptest2/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 2cf7f45..fade125 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -26,6 +26,7 @@ limitations under the License.
   <name>hive-ptest</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <log4j2.version>2.3</log4j2.version>
   </properties>
 
   <repositories>
@@ -84,21 +85,6 @@ limitations under the License.
       <version>${log4j2.version}</version>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
-      <exclusions>
-        <exclusion>
-          <groupId>com.sun.jdmk</groupId>
-          <artifactId>jmxtools</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jmx</groupId>
-          <artifactId>jmxri</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>4.2.5</version>