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

adoroszlai 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 2ba8e95  AMBARI-23688. Multiple versions of asm.jar found in classpath 
(#1124)
2ba8e95 is described below

commit 2ba8e952e7096f4b004838fe231f095e3a1582aa
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Apr 28 13:52:58 2018 +0200

    AMBARI-23688. Multiple versions of asm.jar found in classpath (#1124)
---
 ambari-server/pom.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index b71896c..71034d2 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1302,6 +1302,12 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jsp-2.1-glassfish</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -1545,12 +1551,7 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>2.2.2</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm</artifactId>
-      <version>3.3.1</version>
+      <version>3.2.4</version>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to