Skip to content
Snippets Groups Projects
Commit 735d30d7 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Add dependencies

parent 6f949fc7
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,36 @@
<artifactId>BiopetUtils</artifactId>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
<version>1.132</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>io.argonaut</groupId>
<artifactId>argonaut_2.10</artifactId>
<version>6.1-M4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment