From e01668d624cedd4386467990fb04c387faf7ffbb Mon Sep 17 00:00:00 2001 From: Sebastian Schoenherr Date: Fri, 25 Sep 2020 15:05:20 +0200 Subject: [PATCH] Add missing library --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f03d28d..09b61da 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ genepi haplogrep - 2.2.7 + 2.2.9 jar Haplogrep @@ -59,7 +59,8 @@ genepi.CommandLineInterface - + + commons-cli:commons-cli:*:* @@ -74,6 +75,7 @@ commons-cli:commons-cli:*:* net.sf.opencsv:opencsv:*:* commons-lang:commons-lang:*:* + commons-collections:commons-collections:*:*