diff options
author | Vitaly Takmazov | 2018-03-15 12:38:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-15 12:38:49 +0300 |
commit | fa54014b47c9893f56224fd086a779f74d70e526 (patch) | |
tree | 89ae585ba69de320e06683aebbfda606f3e0851c /juick-notifications | |
parent | bebe7c159f00e6d5a83bb786824d5f32e4de9270 (diff) |
notifications: bootJar configuration
Diffstat (limited to 'juick-notifications')
-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 |