[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.
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 @@
                   <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>