This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit d86c7240a910b0b83cd95a151c7394b5dbb02faa Author: Yannick Martel <martel@©odelutin.com> Date: Wed May 24 13:38:54 2017 +0200 just simply put javax.servlet:javax.servlet-api as provided --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20fb3bd..631c240 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ <!-- customized versions --> <!--<webmotionVersion>2.4.1-20140826-pollen2</webmotionVersion>--> - <webmotionVersion>2.5</webmotionVersion> + <webmotionVersion>2.5.3</webmotionVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <eugenePluginVersion>2.13</eugenePluginVersion> @@ -398,6 +398,7 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> + <scope>provided</scope> </dependency> <!-- JWT signer --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.