浏览代码

AMBARI-25360: Disable Kerberos failed at hive with CNF exception (#3493)

Zhiguo Wu 3 年之前
父节点
当前提交
0ce483c3a6
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      ambari-agent/pom.xml

+ 6 - 2
ambari-agent/pom.xml

@@ -137,6 +137,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-test</artifactId>
@@ -307,8 +311,7 @@
           </execution>
         </executions>
         <configuration>
-
-          <copyright>2012, Apache Software Foundation</copyright>
+          <license>2012, Apache Software Foundation</license>
           <group>Development</group>
           <description>Maven Recipe: RPM Package.</description>
           <requires>
@@ -466,6 +469,7 @@
               <artifactSet>
                 <includes>
                   <include>org.apache.zookeeper:zookeeper</include>
+                  <include>org.apache.zookeeper:zookeeper-jute</include>
                   <include>commons-cli:commons-cli</include>
                   <include>org.slf4j:*</include>
                   <include>log4j:*</include>