Skip to content

Commit

Permalink
add slf4j-simple dependency to the app generated by the quick start a…
Browse files Browse the repository at this point in the history
…rchetype
  • Loading branch information
fmbenhassine committed Dec 17, 2017
1 parent c2d9f3c commit 56d63a5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
<artifactId>easy-rules-core</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
</project>

0 comments on commit 56d63a5

Please sign in to comment.