diff options
-rw-r--r-- | juick-notifications/build.gradle | 4 | ||||
-rw-r--r-- | juick-notifications/src/main/webapp/WEB-INF/web.xml | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 099e5e29..a8596755 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -15,6 +15,10 @@ dependencies { compileJava.options.encoding = 'UTF-8' +bootJar { + launchScript() +} + configurations { all*.exclude module: 'commons-logging' } diff --git a/juick-notifications/src/main/webapp/WEB-INF/web.xml b/juick-notifications/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index a57cceb9..00000000 --- a/juick-notifications/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<web-app xmlns="http://java.sun.com/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" - version="3.0"> - -</web-app>
\ No newline at end of file |