From cd9f84e85675c408da96717feecc695fcf8c57b0 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Mon, 23 Nov 2020 18:11:22 +0100 Subject: [PATCH] The assertj-core dependency should only be available in test scope --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3fa799a..a3321b0 100644 --- a/pom.xml +++ b/pom.xml @@ -386,6 +386,7 @@ org.assertj assertj-core 3.18.0 + test io.netty