From e63137bc1e9b5489230b96c95f6b15cc3d571aa7 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Mon, 19 Oct 2020 20:09:49 -0500 Subject: [PATCH] Use explicit provided scope for scala-library dependency. --- adam-shade/pom.xml | 5 +++++ pom.xml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/adam-shade/pom.xml b/adam-shade/pom.xml index 5056a1c322..3e7d6b7b6a 100644 --- a/adam-shade/pom.xml +++ b/adam-shade/pom.xml @@ -43,5 +43,10 @@ maven-shade-plugin compile + + org.scala-lang + scala-library + provided + diff --git a/pom.xml b/pom.xml index 7923050575..c2da477e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,6 @@ org.scala-lang scala-library ${scala.version} - provided org.bdgenomics.adam