Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit e420ce0

Browse files
committed
Fix missing dependencies
1 parent a5156ff commit e420ce0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<artifactId>snakeyaml</artifactId>
3131
<version>1.27</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>ch.qos.logback</groupId>
35+
<artifactId>logback-classic</artifactId>
36+
<version>1.2.3</version>
37+
</dependency>
3338
<dependency>
3439
<groupId>guru.nidi</groupId>
3540
<artifactId>graphviz-java</artifactId>

0 commit comments

Comments
 (0)