killbill-memoizeit

profiles: bundle logback in war We need a binding for SLF4J

9/1/2014 11:13:45 AM

Changes

NEWS 1(+1 -0)

Details

NEWS 1(+1 -0)

diff --git a/NEWS b/NEWS
index 65de72f..6dd213b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 0.11.10
+    Fix broken logging (war artifacts)
     https://github.com/killbill/killbill/issues/210
     Update killbill-oss-parent to 0.7.22
 
diff --git a/profiles/killbill/pom.xml b/profiles/killbill/pom.xml
index 61e5f15..ee9ae1c 100644
--- a/profiles/killbill/pom.xml
+++ b/profiles/killbill/pom.xml
@@ -32,13 +32,11 @@
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
             <scope>compile</scope>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
             <scope>compile</scope>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>