killbill-aplcache

server: add janino as a runtime dependency This is required

7/5/2016 3:12:42 PM

Changes

Details

diff --git a/profiles/killbill/pom.xml b/profiles/killbill/pom.xml
index 60a32dd..2734aad 100644
--- a/profiles/killbill/pom.xml
+++ b/profiles/killbill/pom.xml
@@ -123,6 +123,11 @@
             <artifactId>shiro-web</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-deploy</artifactId>
             <scope>test</scope>