From 56d63a5214d808612d2c29cd664852ab3d6cecc9 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sun, 17 Dec 2017 23:54:01 +0100 Subject: [PATCH] add slf4j-simple dependency to the app generated by the quick start archetype --- .../src/main/resources/archetype-resources/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml b/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml index cfa74332..7bf23dd4 100755 --- a/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml +++ b/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml @@ -11,5 +11,10 @@ easy-rules-core 3.1.0-SNAPSHOT + + org.slf4j + slf4j-simple + 1.7.25 +