From a91bf3562b91b7310d60fc02be96edd2077de0e4 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 29 Jul 2019 13:50:46 +0100 Subject: [PATCH] Add Guava and SLF4J dependencies to the util module Almost everything will depend on these, so it is easiest to pull them in via util rather than repeating the dependencies several times. --- util/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/util/pom.xml b/util/pom.xml index e2d27bad..72ec40ae 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -12,4 +12,15 @@ jar OpenRS2 Utilities + + + + com.google.guava + guava + + + org.slf4j + slf4j-api + +