浏览代码

AMBARI-24752. Upgrade ambari-utility, ambari-server-spi deps for JDK11 (#2434)

Gabor Boros 7 年之前
父节点
当前提交
d4d112b2ef
共有 4 个文件被更改,包括 14 次插入1 次删除
  1. 1 1
      ambari-agent/pom.xml
  2. 5 0
      ambari-project/pom.xml
  3. 4 0
      ambari-server-spi/pom.xml
  4. 4 0
      ambari-utility/pom.xml

+ 1 - 1
ambari-agent/pom.xml

@@ -411,7 +411,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>2.3</version>
+        <version>3.2.0</version>
         <executions>
           <execution>
             <id>shade-zkmigrator</id>

+ 5 - 0
ambari-project/pom.xml

@@ -375,6 +375,11 @@
         <artifactId>javax.servlet-api</artifactId>
         <version>3.1.0</version>
       </dependency>
+      <dependency>
+        <groupId>javax.xml.bind</groupId>
+        <artifactId>jaxb-api</artifactId>
+        <version>2.3.0</version>
+      </dependency>
       <dependency>
         <groupId>com.sun.jersey</groupId>
         <artifactId>jersey-core</artifactId>

+ 4 - 0
ambari-server-spi/pom.xml

@@ -184,5 +184,9 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>javax.xml.bind</groupId>
+        <artifactId>jaxb-api</artifactId>
+    </dependency>
   </dependencies>
 </project>

+ 4 - 0
ambari-utility/pom.xml

@@ -51,6 +51,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>