This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 43fb19e6dc114e028c7b5a311c8826776801b041 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:03 2020 +0100 Ignore Redmine changes generation ; Remove dependency to nuiton-converter --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9292278..7432c48 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ <locales>fr</locales> <surefirePluginVersion>3.0.0-M4</surefirePluginVersion> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> </properties> <dependencies> @@ -202,12 +203,6 @@ <version>${nuitonI18nVersion}</version> </dependency> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-converter</artifactId> - <version>1.0</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.