From 88d0eb92ccae6619cce0c8ae4bff4ed63fff9e53 Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Mon, 14 Sep 2015 11:56:44 +0200 Subject: [PATCH] Fix dependency issue --- public/biopet-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/biopet-tools/pom.xml b/public/biopet-tools/pom.xml index 73d75bffc..40bd255bd 100644 --- a/public/biopet-tools/pom.xml +++ b/public/biopet-tools/pom.xml @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>com.google.guava</groupId> - <artifactId>Guava</artifactId> + <artifactId>guava</artifactId> <version>18.0</version> </dependency> <dependency> -- GitLab