[PIRK-39] - Removing MinimizeJar Config for Shade Plugin - closes apache/incubator-pirk#72
diff --git a/pom.xml b/pom.xml
index ff2eb3f..1faa9db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,6 @@
 							<configuration>
 								<shadedArtifactAttached>true</shadedArtifactAttached>
 								<shadedClassifierName>exe</shadedClassifierName>
-								<minimizeJar>true</minimizeJar>
 								<transformers>
 									<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
 									</transformer>
@@ -495,12 +494,6 @@
 								</transformers>
 								<filters>
 									<filter>
-										<artifact>org.tachyonproject:*</artifact>
-										<includes>
-											<include>org/tachyonproject/**</include>
-										</includes>
-									</filter>
-									<filter>
 										<artifact>*:*</artifact>
 										<excludes>
 											<exclude>META-INF/*.SF</exclude>