Skip to content

Commit 67d3f74

Browse files
committed
logging
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0f211bf commit 67d3f74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/spring-boot/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<groupId>org.awaitility</groupId>
7373
<artifactId>awaitility</artifactId>
7474
</dependency>
75+
<dependency>
76+
<groupId>org.slf4j</groupId>
77+
<artifactId>slf4j-simple</artifactId>
78+
<version>${slf4j.version}</version>
79+
</dependency>
7580
<dependency>
7681
<groupId>io.javaoperatorsdk.admissioncontroller.sample</groupId>
7782
<artifactId>sample-commons</artifactId>

0 commit comments

Comments
 (0)