This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 084b03b06074f2ce6843bf5732ddf5f6979234fc Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Sep 21 14:29:25 2016 +0200 L'application web ne démarre pas sous tomcat 8 (Fixes #8548) --- application-web/src/main/webapp/WEB-INF/web.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/application-web/src/main/webapp/WEB-INF/web.xml b/application-web/src/main/webapp/WEB-INF/web.xml index 5eb6a3b..b108457 100644 --- a/application-web/src/main/webapp/WEB-INF/web.xml +++ b/application-web/src/main/webapp/WEB-INF/web.xml @@ -27,6 +27,11 @@ <display-name>Observe Web Application by WebMotion</display-name> + <context-param> + <param-name>wm.skip.conventionScan</param-name> + <param-value>true</param-value> + </context-param> + <!--filter> <filter-name>topiaTransaction</filter-name> <filter-class> diff --git a/pom.xml b/pom.xml index 202ca08..e9a093b 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <reflectionsVersion>0.9.10</reflectionsVersion> <geoToolsVersion>15.1</geoToolsVersion> - <webmotionVersion>2.5</webmotionVersion> + <webmotionVersion>2.5.1</webmotionVersion> <httpComponentsVersion>4.5.2</httpComponentsVersion> <mavenVersion>3.3.9</mavenVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.