Skip to content

Commit c9c0b3c

Browse files
committed
maven archetype: get back logback-classic dependency fix #566
1 parent 5eff099 commit c9c0b3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • jooby-archetype/src/main/resources/archetype-resources

jooby-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<artifactId>jooby-netty</artifactId>
3232
</dependency>
3333

34+
<!-- logging -->
35+
<dependency>
36+
<groupId>ch.qos.logback</groupId>
37+
<artifactId>logback-classic</artifactId>
38+
</dependency>
39+
3440
<!-- Tests -->
3541
<dependency>
3642
<groupId>junit</groupId>

0 commit comments

Comments
 (0)