Repository: ambari
Updated Branches:
  refs/heads/trunk 4eaec8eab -> 1f1bfb8e7


AMBARI-20045 More than one version of jetty jars found in Ambari rpm (dsen)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1f1bfb8e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1f1bfb8e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1f1bfb8e

Branch: refs/heads/trunk
Commit: 1f1bfb8e7b847300f2ec8b10fc9e2269f042f18b
Parents: 4eaec8e
Author: Dmytro Sen <d...@apache.org>
Authored: Thu Feb 16 19:21:17 2017 +0200
Committer: Dmytro Sen <d...@apache.org>
Committed: Thu Feb 16 19:21:17 2017 +0200

----------------------------------------------------------------------
 ambari-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1f1bfb8e/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 0508556..a3e945c 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1486,6 +1486,10 @@
           <groupId>javax.servlet</groupId>
           <artifactId>servlet-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-util</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to