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

rlevas pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 10583f327c032ddf75e15e44c1c78de6bd298016
Author: Sandor Molnar <smol...@hortonworks.com>
AuthorDate: Fri Feb 23 07:39:33 2018 +0100

    AMBARI-23054. Removing commons-beanutils-core dependency from ambari-server 
too since in 1.9.x there is no more JAR split within commons-beanutils
---
 ambari-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index b8ed295..a676a14 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1476,6 +1476,10 @@
       <version>${hadoop.version}</version>
       <exclusions>
         <exclusion>
+          <groupId>commons-beanutils</groupId>
+          <artifactId>commons-beanutils-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>javax.servlet</groupId>
           <artifactId>servlet-api</artifactId>
         </exclusion>

-- 
To stop receiving notification emails like this one, please contact
rle...@apache.org.

Reply via email to