This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 0daebd65cb7523c1d813c1c8158075299edc4093 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:22:33 2016 +0100 Missing dependencies in enforcer rule (See #3905) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 2d61a99..e552bcb 100644 --- a/pom.xml +++ b/pom.xml @@ -1164,6 +1164,13 @@ </configuration> </execution> </executions> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.0-beta-4</version> + </dependency> + </dependencies> </plugin> <plugin> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.