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 d247367dd30c3a0c7478bbb70a70f015c515f5e5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 13:22:39 2016 +0100 optimize dependencies + add missing license header --- .../application/swing/ui/util/ProgressModel.java | 22 ++++++++++++++++++++++ entities/pom.xml | 1 + 2 files changed, 23 insertions(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/util/ProgressModel.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/util/ProgressModel.java index 550f7a0..2d012db 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/util/ProgressModel.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/util/ProgressModel.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.util; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractBean; import javax.swing.JProgressBar; diff --git a/entities/pom.xml b/entities/pom.xml index 10054d5..34aa3c7 100644 --- a/entities/pom.xml +++ b/entities/pom.xml @@ -109,6 +109,7 @@ <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.