This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit e526ee669959f482e5892fe99f5c00bd3be9ff2c Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 10:33:35 2015 +0100 Introduction d'une propriété slf4jJclScope dans le POM pour contourner https://issues.apache.org/jira/browse/MTOMCAT-257 --- pom.xml | 4 +++- wao-web/pom.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b867e36..0c9d77b 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,8 @@ <eugeneVersion>2.13</eugeneVersion> <topiaVersion>3.0-beta-15</topiaVersion> + <slf4jJclScope>test</slf4jJclScope> + <!--Site configuration --> <locales>fr</locales> @@ -263,7 +265,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> <version>${slf4jVersion}</version> - <scope>test</scope> + <scope>${slf4jJclScope}</scope> </dependency> <dependency> diff --git a/wao-web/pom.xml b/wao-web/pom.xml index 661b0d4..d54b842 100644 --- a/wao-web/pom.xml +++ b/wao-web/pom.xml @@ -27,6 +27,8 @@ <!-- see http://maven-site.nuiton.org/mavenpom/mavenpom4redmine/release.html --> <skipPostRelease>false</skipPostRelease> + <slf4jJclScope>runtime</slf4jJclScope> + </properties> <dependencies> @@ -138,7 +140,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> - <scope>runtime</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.