This is an automated email from the ASF dual-hosted git repository.
amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new aaa7e5f AMBARI-23192. NoClassDefFoundError on Files View on S3
(amagyar)
aaa7e5f is described below
commit aaa7e5fa6990f7eabe5fab5e9bac8fbe9f96124c
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 4bf22eb..1535c1c 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -619,6 +619,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].