This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e6f33a  [MINDEXER-113] Exluding additional dependencies from shaded 
jar (#28)
5e6f33a is described below

commit 5e6f33a9d106baafc04ca69adc20bb8da2dde0e0
Author: Martin <m.stockham...@web.de>
AuthorDate: Wed Nov 7 02:42:18 2018 +0100

    [MINDEXER-113] Exluding additional dependencies from shaded jar (#28)
    
    Dependencies that are not relocated should be still loaded via the
    dependent jar files. We want only lucene and maven index classes
    in the uber jar.
---
 indexer-core/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index c13e046..6c3dc96 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -254,6 +254,11 @@ under the License.
                   <exclude>org.apache.maven.wagon:*</exclude>
                   <exclude>org.codehaus.*:*</exclude>
                   <exclude>de.schlichtherle.truezip:*</exclude>
+                  <exclude>org.apache.maven.resolver:*</exclude>
+                  <exclude>org.apache.maven:maven-model</exclude>
+                  <exclude>org.apache.commons:*</exclude>
+                  <exclude>org.bouncycastle:*</exclude>
+                  <exclude>aopalliance:*</exclude>
                 </excludes>
               </artifactSet>
               <filters>

Reply via email to