Skip to content

Commit 7c0b69a

Browse files
committed
Add missing implicitly used dependency
1 parent abed23c commit 7c0b69a

File tree

1 file changed

+4
-0
lines changed
  • core/esmf-aspect-model-validator

1 file changed

+4
-0
lines changed

core/esmf-aspect-model-validator/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<artifactId>lombok</artifactId>
6767
<scope>provided</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>org.slf4j</groupId>
71+
<artifactId>slf4j-api</artifactId>
72+
</dependency>
6973

7074
<!-- Test dependencies -->
7175
<dependency>

0 commit comments

Comments
 (0)