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


The following commit(s) were added to refs/heads/branch-feature-jdk11 by this 
push:
     new bc3b720  AMBARI-24752. Upgrade ambari-utility, ambari-server-spi deps 
for JDK11 (#2434)
bc3b720 is described below

commit bc3b7200d4737b6a74fca199ec8b41508d083d15
Author: Gabor Boros <6317425+g-bo...@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 013e872..aa87089 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -412,7 +412,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 4f66528..7e8624a 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -365,6 +365,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 cad3270..80c2fd5 100644
--- a/ambari-server-spi/pom.xml
+++ b/ambari-server-spi/pom.xml
@@ -173,5 +173,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 f29b389..886c9a9 100644
--- a/ambari-utility/pom.xml
+++ b/ambari-utility/pom.xml
@@ -53,6 +53,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>

Reply via email to