You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2018/11/08 12:11:19 UTC

[ambari] 03/03: AMBARI-24752. Upgrade ambari-utility, ambari-server-spi deps for JDK11 (#2434)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch branch-feature-jdk11
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit d4d112b2efeda1614d8bacb79bf1100a30b3ae65
Author: Gabor Boros <63...@users.noreply.github.com>
AuthorDate: Wed Oct 10 20:48:49 2018 +0200

    AMBARI-24752. Upgrade ambari-utility, ambari-server-spi deps for JDK11 (#2434)
---
 ambari-agent/pom.xml      | 2 +-
 ambari-project/pom.xml    | 5 +++++
 ambari-server-spi/pom.xml | 4 ++++
 ambari-utility/pom.xml    | 4 ++++
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 8d08587..52b532b 100644
--- a/ambari-agent/pom.xml
+++ b/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>
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index b20140a..88e849f 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -376,6 +376,11 @@
         <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>
         <version>1.19</version>
diff --git a/ambari-server-spi/pom.xml b/ambari-server-spi/pom.xml
index 9c177f0..34f1335 100644
--- a/ambari-server-spi/pom.xml
+++ b/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>
diff --git a/ambari-utility/pom.xml b/ambari-utility/pom.xml
index 35b5bd9..bb86e5e 100644
--- a/ambari-utility/pom.xml
+++ b/ambari-utility/pom.xml
@@ -52,6 +52,10 @@
       </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>
       <scope>provided</scope>