This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository processor. See https://gitlab.nuiton.org/nuiton/processor.git commit 4b46f16144b5fbcbc662a947ada873d2431d80f9 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Apr 16 11:35:25 2018 +0200 Fix build --- processor-maven-plugin/pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/processor-maven-plugin/pom.xml b/processor-maven-plugin/pom.xml index 840e07f..a8dadf0 100644 --- a/processor-maven-plugin/pom.xml +++ b/processor-maven-plugin/pom.xml @@ -57,15 +57,6 @@ <artifactId>helper-maven-plugin-api</artifactId> </dependency> - <!-- tests dependencies --> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin-api</artifactId> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -73,7 +64,7 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> + <artifactId>maven-core</artifactId> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.