Skip to content

Commit

Permalink
Use explicit provided scope for scala-library dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 20, 2020
1 parent 1fc0ff8 commit e63137b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions adam-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
<artifactId>maven-shade-plugin</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@
<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 e63137b

Please sign in to comment.