Repository: ranger
Updated Branches:
  refs/heads/ranger-1 f2a080d5d -> 0a3029341


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

Branch: refs/heads/ranger-1
Commit: 0a3029341853aa9be07d0a303f1ae7b1fc9367eb
Parents: f2a080d
Author: Pradeep <prad...@apache.org>
Authored: Wed Oct 10 19:25:48 2018 +0530
Committer: Pradeep <prad...@apache.org>
Committed: Fri Oct 12 11:46:26 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/0a302934/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index ce4d1d0..4c3bd9f 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>

Reply via email to