branch develop updated (ea698e5 -> d86c724)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from ea698e5 prevent NPE new d86c724 just simply put javax.servlet:javax.servlet-api as provided The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm