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
This commit is contained in:
Marten Deinum
2022-12-06 13:42:16 +01:00
committed by GitHub
parent 005e4cb206
commit 3ed5093daa

View File

@@ -103,6 +103,7 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>