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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 3267d89  AMBARI-24783 : Cleanup dependencies in Capacity Scheduler 
(nitirajrathore) (#2466)
3267d89 is described below

commit 3267d8915686d4dfbb1ac2c2b123adbb83543eff
Author: nitirajrathore <nitiraj.rath...@gmail.com>
AuthorDate: Thu Oct 18 12:18:27 2018 +0530

    AMBARI-24783 : Cleanup dependencies in Capacity Scheduler (nitirajrathore) 
(#2466)
    
    got approval on https://github.com/apache/ambari/pull/2467 on branch trunk
---
 contrib/views/capacity-scheduler/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/views/capacity-scheduler/pom.xml 
b/contrib/views/capacity-scheduler/pom.xml
index 6f99a64..9867c4d 100644
--- a/contrib/views/capacity-scheduler/pom.xml
+++ b/contrib/views/capacity-scheduler/pom.xml
@@ -47,6 +47,10 @@
                     <groupId>tomcat</groupId>
                     <artifactId>jasper-runtime</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-util</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to