Skip to content

Commit 9a70acd

Browse files
committed
missing test dependency
1 parent 57dd3f6 commit 9a70acd

File tree

1 file changed

+6
-0
lines changed
  • dsf-fhir/dsf-fhir-validation

1 file changed

+6
-0
lines changed

dsf-fhir/dsf-fhir-validation/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
<artifactId>junit</artifactId>
4949
<optional>true</optional>
5050
</dependency>
51+
52+
<dependency>
53+
<groupId>org.apache.logging.log4j</groupId>
54+
<artifactId>log4j-slf4j2-impl</artifactId>
55+
<scope>test</scope>
56+
</dependency>
5157
</dependencies>
5258

5359
<build>

0 commit comments

Comments
 (0)