This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit bb228a4b6f54ed983ac1ba28ced8a7d9ca708d1b Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 15:57:24 2015 +0200 upgrade xml-api + set his scope to runtime solve the problem (refs #3574) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b864aba..c9602a8 100644 --- a/pom.xml +++ b/pom.xml @@ -438,8 +438,8 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> - <version>1.0.b2</version> - <scope>provided</scope> + <version>1.4.01</version> + <scope>runtime</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.