Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: dfc7cad3 by Tony Chemit at 2020-12-23T14:59:44+01:00 optimize dependencies + add license headers - - - - - 3 changed files: - toolkit/maven-plugin/pom.xml - toolkit/maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/persistence/GenerateEmptyDatabases.java - toolkit/persistence/src/main/java/fr/ird/observe/entities/ObserveTopiaApplicationContextSupport.java Changes: ===================================== toolkit/maven-plugin/pom.xml ===================================== @@ -93,7 +93,18 @@ <artifactId>auto-service</artifactId> <scope>provided</scope> </dependency> - + <dependency> + <groupId>io.ultreia.java4all.topia</groupId> + <artifactId>service-migration</artifactId> + </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-version</artifactId> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.topia</groupId> + <artifactId>persistence</artifactId> + </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> ===================================== toolkit/maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/persistence/GenerateEmptyDatabases.java ===================================== @@ -1,5 +1,27 @@ package fr.ird.observe.maven.plugins.toolbox.persistence; +/*- + * #%L + * ObServe Toolkit :: Maven plugin + * %% + * Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io + * %% + * 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 fr.ird.observe.entities.ObserveTopiaApplicationContextSupport; import fr.ird.observe.entities.ObserveTopiaConfiguration; ===================================== toolkit/persistence/src/main/java/fr/ird/observe/entities/ObserveTopiaApplicationContextSupport.java ===================================== @@ -1,5 +1,27 @@ package fr.ird.observe.entities; +/*- + * #%L + * ObServe Toolkit :: Persistence + * %% + * Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io + * %% + * 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 com.google.common.collect.ImmutableSet; import fr.ird.observe.dto.referential.ReferentialDto; import io.ultreia.java4all.util.SingletonSupplier; View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/dfc7cad31d57f527f4196d25a1... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/dfc7cad31d57f527f4196d25a1... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT