This is an automated email from the ASF dual-hosted git repository.
amagyar pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new fd97fe0 AMBARI-23192. NoClassDefFoundError on Files View on S3
(amagyar)
fd97fe0 is described below
commit fd97fe0234bef6dc055873f9acdd344cfbc96d9c
Author: Attila Magyar <[email protected]>
AuthorDate: Fri Mar 9 19:44:27 2018 +0100
AMBARI-23192. NoClassDefFoundError on Files View on S3 (amagyar)
---
ambari-project/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 1554422..9ca0661 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -516,6 +516,11 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${fasterxml.jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].