Skip to content

Commit

Permalink
Add slf4j to the quick start archetype dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Jan 15, 2020
1 parent 4505ff1 commit 910e2a9
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -9,7 +9,12 @@
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-batch-core</artifactId>
<version>5.3.0</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
</project>

0 comments on commit 910e2a9

Please sign in to comment.