You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2018/10/12 06:03:05 UTC

ranger git commit: RANGER-2245: Exclude Jetty libraries

Repository: ranger
Updated Branches:
  refs/heads/master 3d59099dc -> b152d207d


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/b152d207
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/b152d207
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/b152d207

Branch: refs/heads/master
Commit: b152d207db038094e95b548e6281e9d768f87341
Parents: 3d59099
Author: Pradeep <pr...@apache.org>
Authored: Wed Oct 10 19:25:48 2018 +0530
Committer: Pradeep <pr...@apache.org>
Committed: Fri Oct 12 11:32:52 2018 +0530

----------------------------------------------------------------------
 security-admin/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/b152d207/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 84bbd66..f45392f 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>