From 6f12c8b0dc25bf6c45435efda41e65501b781376 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Wed, 12 Feb 2014 14:59:05 -0500 Subject: [PATCH] Exclude all transitive dependencies in maven package-tests This change should allow us to test that the GATK jar has been correctly packaged at release time, by ensuring that only the packaged jar + a few test-related dependencies are on the classpath when tests are run. Note that we still need to actually test that this works as intended before we can make this live in the Bamboo release plan. --- public/package-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/package-tests/pom.xml b/public/package-tests/pom.xml index 3bd10e478..817cfecdb 100644 --- a/public/package-tests/pom.xml +++ b/public/package-tests/pom.xml @@ -64,14 +64,14 @@ ${project.version} test-jar test - +