Repository: ambari Updated Branches: refs/heads/branch-2.5 4379aea0b -> bb870a912
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/bb870a91 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bb870a91 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bb870a91 Branch: refs/heads/branch-2.5 Commit: bb870a91228a7a146dd49162aea23dd25b7731db Parents: 4379aea Author: Dmytro Sen <[email protected]> Authored: Thu Feb 16 19:21:17 2017 +0200 Committer: Dmytro Sen <[email protected]> Committed: Thu Feb 16 19:22:27 2017 +0200 ---------------------------------------------------------------------- ambari-server/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bb870a91/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index bcf41ac..bf142cc 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -1472,6 +1472,10 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-util</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
