Skip to content

Commit

Permalink
[ADAM-1789] Move scala-lang to provided scope.
Browse files Browse the repository at this point in the history
Resolves bigdatagenomics#1789. Also includes utils-misc in adam-core. Previously, utils-misc
was specified as just being test scoped in adam-core.
  • Loading branch information
fnothaft committed Oct 31, 2017
1 parent 22470c4 commit 248797b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adam-apis/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion adam-cli/pom.xml
Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
7 changes: 6 additions & 1 deletion adam-core/pom.xml
Expand Up @@ -163,6 +163,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-misc_${scala.version.prefix}</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.utils</groupId>
<artifactId>utils-metrics_${scala.version.prefix}</artifactId>
Expand Down Expand Up @@ -206,7 +211,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -347,6 +347,7 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
Expand Down

0 comments on commit 248797b

Please sign in to comment.