Skip to content

Commit e55aa7e

Browse files
committed
Add explicit avaje-applog dependency
1 parent c54e618 commit e55aa7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

avaje-simple-logger/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<artifactId>avaje-simple-json-logger</artifactId>
3030
<version>0.4</version>
3131
</dependency>
32+
<dependency>
33+
<groupId>io.avaje</groupId>
34+
<artifactId>avaje-applog</artifactId>
35+
<version>1.2</version>
36+
</dependency>
3237
<dependency>
3338
<groupId>io.avaje</groupId>
3439
<artifactId>avaje-applog-slf4j</artifactId>

0 commit comments

Comments
 (0)