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 GitBox <gi...@apache.org> on 2019/10/15 08:08:19 UTC

[GitHub] [hadoop-submarine] yuanzac commented on issue #49: SUBMARINE-243. Workbench failed to save project.

yuanzac commented on issue #49: SUBMARINE-243. Workbench failed to save project.
URL: https://github.com/apache/hadoop-submarine/pull/49#issuecomment-542092517
 
 
   Due to the error:
   java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
   We need to use the jackson-annotations jar of which the version is 2.9.
   Since PR #38 has set the following attribute in the pom.xml:
   <jackson-annotations.version>2.9.10</jackson-annotations.version>
   We need to delete the variable, jackson-annotations.version, from the profiles to make PR #38 take effects.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services