You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by li...@apache.org on 2019/10/16 11:46:57 UTC

[hadoop-submarine] branch master updated: SUBMARINE-243. Workbench failed to save project.

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b539ad  SUBMARINE-243. Workbench failed to save project.
5b539ad is described below

commit 5b539ad32d1dedf1e57575d161463a63d50fcea6
Author: Zac Zhou <zh...@apache.org>
AuthorDate: Tue Oct 15 15:56:58 2019 +0800

    SUBMARINE-243. Workbench failed to save project.
    
    ### What is this PR for?
    When we save a project in workbench, we get the following error:
    
    javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-243
    
    ### How should this be tested?
    https://travis-ci.org/yuanzac/hadoop-submarine/builds/598019153
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Zac Zhou <zh...@apache.org>
    
    Closes #49 from yuanzac/topic/SUBMARINE-243 and squashes the following commits:
    
    7b391d8 [Zac Zhou] SUBMARINE-243. Workbench failed to save project.
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0889d8a..63c4378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,6 @@
         <jaxb-api.version>2.2.11</jaxb-api.version>
         <commons-compress.version>1.19</commons-compress.version>
         <guice-servlet.version>4.0</guice-servlet.version>
-        <jackson-annotations.version>2.9.5</jackson-annotations.version>
         <guice.version>4.0</guice.version>
         <zookeeper.version>3.4.13</zookeeper.version>
         <guava.version>27.0-jre</guava.version>
@@ -249,7 +248,6 @@
         <jaxb-api.version>2.2.11</jaxb-api.version>
         <commons-compress.version>1.19</commons-compress.version>
         <guice-servlet.version>4.0</guice-servlet.version>
-        <jackson-annotations.version>2.7.8</jackson-annotations.version>
         <guice.version>4.0</guice.version>
         <zookeeper.version>3.4.13</zookeeper.version>
         <profile-id>hadoop-3.1</profile-id>
@@ -270,7 +268,6 @@
         <jaxb-api.version>2.2.11</jaxb-api.version>
         <commons-compress.version>1.4.1</commons-compress.version>
         <guice-servlet.version>3.0</guice-servlet.version>
-        <jackson-annotations.version>2.7.8</jackson-annotations.version>
         <guice.version>3.0</guice.version>
         <zookeeper.version>3.4.6</zookeeper.version>
         <profile-id>hadoop-2.9</profile-id>
@@ -287,7 +284,6 @@
         <jaxb-api.version>2.2.2</jaxb-api.version>
         <commons-compress.version>1.4.1</commons-compress.version>
         <guice-servlet.version>3.0</guice-servlet.version>
-        <jackson-annotations.version>2.7.0</jackson-annotations.version>
         <guice.version>3.0</guice.version>
         <zookeeper.version>3.4.6</zookeeper.version>
         <profile-id>hadoop-2.7</profile-id>