Repository: ranger Updated Branches: refs/heads/ranger-1.1 821b6ecbc -> 5f89b8998
RANGER-2245: Exclude Jetty libraries Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/5f89b899 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/5f89b899 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/5f89b899 Branch: refs/heads/ranger-1.1 Commit: 5f89b8998d50e4042586f27b784f6b13d91e644e Parents: 821b6ec Author: Pradeep <prad...@apache.org> Authored: Wed Oct 10 19:25:48 2018 +0530 Committer: Pradeep <prad...@apache.org> Committed: Fri Oct 12 11:40:38 2018 +0530 ---------------------------------------------------------------------- security-admin/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/5f89b899/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index aa6e1d2..2b8f83c 100644 --- a/security-admin/pom.xml +++ b/security-admin/pom.xml @@ -538,11 +538,12 @@ <goal>war</goal> </goals> <configuration> - <packagingExcludes> - WEB-INF/lib/spring-*.SEC03.jar, - WEB-INF/lib/spring-*.RC3.jar, - WEB-INF/lib/spring-2.*.jar - </packagingExcludes> + <packagingExcludes> + WEB-INF/lib/spring-*.SEC03.jar, + WEB-INF/lib/spring-*.RC3.jar, + WEB-INF/lib/spring-2.*.jar, + WEB-INF/lib/jetty-*.jar + </packagingExcludes> <warSourceDirectory>${project.build.directory}/${project.build.finalName}</warSourceDirectory> </configuration> </execution>