Skip to content

Commit

Permalink
added slf4j-api dependency, scope runtime
Browse files Browse the repository at this point in the history
jenskreidler committed Jul 30, 2019
1 parent cd7e814 commit 7fdb04a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jax-maven-plugin-core/pom.xml
Original file line number Diff line number Diff line change
@@ -22,6 +22,13 @@
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>

0 comments on commit 7fdb04a

Please sign in to comment.