summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index e3ae278..a3deb7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,13 +41,6 @@
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<configuration>
- <artifactSet>
- <excludes>
- <exclude>junit:*</exclude>
- <exclude>org.hamcrest:*</exclude>
- </excludes>
- </artifactSet>
-
<!-- minimizeJar doesn't work too well for us, -->
<!-- because the language-specific assemblers are not referenced statically -->
<!-- (they're loaded with ServiceLoader). -->