Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit b0e224e

Browse files
authored
fix: Restore logging functionality (#140)
1 parent 54b06e3 commit b0e224e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
</exclusion>
9393
</exclusions>
9494
</dependency>
95+
<dependency>
96+
<groupId>org.slf4j</groupId>
97+
<artifactId>slf4j-simple</artifactId>
98+
<version>2.0.3</version>
99+
</dependency>
95100
<dependency>
96101
<groupId>io.atlassian.util.concurrent</groupId>
97102
<artifactId>atlassian-util-concurrent</artifactId>

0 commit comments

Comments
 (0)