This is an automated email from the ASF dual-hosted git repository. nitiraj 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 76401ba AMBARI-24783 : Cleanup dependencies in Capacity Scheduler (nitirajrathore) (#2467) 76401ba is described below commit 76401ba4be712a49cda2bab691cd57f778517edc Author: nitirajrathore <nitiraj.rath...@gmail.com> AuthorDate: Thu Oct 18 12:18:36 2018 +0530 AMBARI-24783 : Cleanup dependencies in Capacity Scheduler (nitirajrathore) (#2467) --- 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 1bc1861..4dbd11e 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>