From 51341b2b34f9aecc1a8118ba51cfd632e72dac0e Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Wed, 31 May 2023 15:56:37 -0400 Subject: [PATCH] Reduce scope of junit in service module JUnit is included in the shaded jar because due to the previous scope of `compile` --- service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/pom.xml b/service/pom.xml index c4d6c306c5..abd49987a0 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -79,7 +79,7 @@ org.junit.jupiter junit-jupiter-api - compile + test