Skip to content

Commit

Permalink
exclude distlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 8, 2024
1 parent b376900 commit aacf0bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions biodata-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
<dependency>
<groupId>com.databricks</groupId>
<artifactId>SnpEff</artifactId>
<exclusions>
<exclusion>
<groupId>distlib</groupId>
<artifactId>distlib</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.rocksdb</groupId>
Expand Down

0 comments on commit aacf0bb

Please sign in to comment.