From 61e00c4a43275001a5e00d1d31500057aea93964 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Fri, 21 Sep 2018 12:03:21 +0100 Subject: [PATCH] Added Dropwizard authentication dependency. --- backend/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index 3d245bb..638bb50 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -46,6 +46,11 @@ ${dropwizard.version} test + + io.dropwizard + dropwizard-auth + ${dropwizard.version} + org.mockito mockito-core