Browse Source

AMBARI-24783 : Cleanup dependencies in Capacity Scheduler (nitirajrathore) (#2466)

got approval on https://github.com/apache/ambari/pull/2467 on branch trunk
nitirajrathore 7 years ago
parent
commit
3267d89156
1 changed files with 4 additions and 0 deletions
  1. 4 0
      contrib/views/capacity-scheduler/pom.xml

+ 4 - 0
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>