This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit f0831d7a3e8213e87d88d56843f29bec24cdb3cc Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Nov 25 18:29:21 2016 +0100 optimize dependencies --- application-swing/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application-swing/pom.xml b/application-swing/pom.xml index 8e790a8..d475e1e 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -273,6 +273,11 @@ <artifactId>h2</artifactId> </dependency> + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + </dependency> + <!-- FreeMarker --> <dependency> <groupId>org.freemarker</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.