From 05b7e4317a2337044d522783669290e1a837f562 Mon Sep 17 00:00:00 2001 From: Eneko Fernandez Date: Tue, 9 Jan 2018 22:13:24 +0000 Subject: [PATCH] adds guava to domain in order to build the project --- concursus-domain/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/concursus-domain/pom.xml b/concursus-domain/pom.xml index 9fc9696..6c5a126 100644 --- a/concursus-domain/pom.xml +++ b/concursus-domain/pom.xml @@ -36,6 +36,11 @@ test + + com.google.guava + guava + + org.mockito mockito-all