From 9897cf3a6b633af77e3f355978f0479a59c4dcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Gagn=C3=A9?= Date: Tue, 24 Feb 2015 02:41:51 -0500 Subject: Remove excludes from Shade configuration I added these excludes before I realized that reasm-commons defined the dependencies on JUnit and Hamcrest incorrectly (the scope=test attribute was missing). With the correct dependencies, these excludes are superfluous, because JUnit and Hamcrest are not included in the JAR at all. --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index e3ae278..a3deb7a 100644 --- a/pom.xml +++ b/pom.xml @@ -41,13 +41,6 @@ maven-shade-plugin 2.3 - - - junit:* - org.hamcrest:* - - - -- cgit v1.2.3