From 3ed5093daacc99b7036ae7f57e39e7a8f0a12a3e Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Tue, 6 Dec 2022 13:42:16 +0100 Subject: [PATCH] Fix dependency scope for AssertJ Prior to this commit the dependency scope was not set and thus the default provided would apply. We now explicitly set it to a scope of test --- spring-batch-excel/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index 4646d08..d8fbfe0 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -103,6 +103,7 @@ org.assertj assertj-core ${assertj.version} + test org.apache.logging.log4j