From 70ecce2a0ffb5216c25cdf040dc9efe8fc467314 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Sat, 15 Feb 2014 16:46:44 +0800 Subject: [PATCH] Fixed scope for test-jar depedencies. --- public/gatk-package/pom.xml | 1 + public/queue-framework/pom.xml | 11 +++++++++++ public/queue-package/pom.xml | 2 ++ 3 files changed, 14 insertions(+) diff --git a/public/gatk-package/pom.xml b/public/gatk-package/pom.xml index 881058949..9272cf983 100644 --- a/public/gatk-package/pom.xml +++ b/public/gatk-package/pom.xml @@ -57,6 +57,7 @@ gatk-framework ${project.version} test-jar + test diff --git a/public/queue-framework/pom.xml b/public/queue-framework/pom.xml index 2f3f7b59a..670750fd0 100644 --- a/public/queue-framework/pom.xml +++ b/public/queue-framework/pom.xml @@ -61,6 +61,14 @@ runtime + ${project.groupId} gatk-framework @@ -78,6 +86,9 @@ + org.codehaus.mojo exec-maven-plugin diff --git a/public/queue-package/pom.xml b/public/queue-package/pom.xml index eda2fd98f..27b6fae6d 100644 --- a/public/queue-package/pom.xml +++ b/public/queue-package/pom.xml @@ -88,6 +88,7 @@ queue-framework ${project.version} test-jar + test @@ -95,6 +96,7 @@ gatk-framework ${project.version} test-jar + test