You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/02/17 22:06:31 UTC

[32/50] [abbrv] ambari git commit: AMBARI-20045 More than one version of jetty jars found in Ambari rpm (dsen)

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/branch-feature-AMBARI-12556
Commit: 1f1bfb8e7b847300f2ec8b10fc9e2269f042f18b
Parents: 4eaec8e
Author: Dmytro Sen <ds...@apache.org>
Authored: Thu Feb 16 19:21:17 2017 +0200
Committer: Dmytro Sen <ds...@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>