Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: c8ca2479 by Tony CHEMIT at 2017-07-10T14:51:04+02:00 Mise à jour des librairies (Closes #790) - - - - - 3 changed files: - application-swing/pom.xml - pom.xml - src/site/resources/img/architecture.svg Changes: ===================================== application-swing/pom.xml ===================================== --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -61,8 +61,6 @@ <!-- to run via maven mvn exec:java --> <exec.mainClass>${maven.jar.main.class}</exec.mainClass> - <geoToolsVersion>16.0</geoToolsVersion> - </properties> <repositories> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -172,9 +172,7 @@ <eugenePluginVersion>3.0-alpha-11</eugenePluginVersion> <processorPluginVersion>1.3</processorPluginVersion> - <!-- il faudra attendre la version 1.13 qui corrige des pb --> - <licensePluginVersion>1.9</licensePluginVersion> - + <jaxxVersion>3.0-alpha-6</jaxxVersion> <nuitonI18nVersion>4.0-alpha-1-SNAPSHOT</nuitonI18nVersion> <nuitonConfigVersion>3.2</nuitonConfigVersion> @@ -184,13 +182,14 @@ <nuitonConverterVersion>1.0</nuitonConverterVersion> <nuitonVersionVersion>1.0-rc-2</nuitonVersionVersion> <xworkVersion>2.3.32</xworkVersion> - <flexmarkVersion>0.18.9</flexmarkVersion> - <hibernateVersion>5.1.5.Final</hibernateVersion> + <flexmarkVersion>0.20.2</flexmarkVersion> + <hibernateVersion>5.1.8.Final</hibernateVersion> <sl4jVersion>1.7.25</sl4jVersion> <swingXVersion>1.6.5-1</swingXVersion> <reflectionsVersion>0.9.11</reflectionsVersion> <webmotionVersion>2.5.3</webmotionVersion> <httpComponentsVersion>4.5.3</httpComponentsVersion> + <geoToolsVersion>17.1</geoToolsVersion> <!-- license header configuration --> <license.licenseName>gpl_v3</license.licenseName> @@ -232,7 +231,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.5</version> + <version>3.6</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -268,12 +267,12 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>21.0</version> + <version>22.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.0</version> + <version>2.8.1</version> </dependency> <dependency> @@ -642,13 +641,13 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.195</version> + <version>1.4.196</version> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.0.0.jre7</version> + <version>42.1.1.jre7</version> </dependency> <!-- hibernate --> @@ -661,7 +660,7 @@ <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> - <version>2.6.1</version> + <version>2.6.3</version> </dependency> <dependency> @@ -706,14 +705,14 @@ <dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> <artifactId>yamlbeans</artifactId> - <version>1.08</version> + <version>1.12</version> </dependency> <!-- ne pas mettre à jour cette version est pour tomcat 7--> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>4.0.0-b05</version> + <version>4.0.0-b07</version> <scope>provided</scope> </dependency> @@ -837,7 +836,7 @@ <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.22.0-CR1</version> + <version>3.22.0-CR2</version> <scope>runtime</scope> </dependency> ===================================== src/site/resources/img/architecture.svg ===================================== --- a/src/site/resources/img/architecture.svg +++ b/src/site/resources/img/architecture.svg @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + #%L + ObServe :: Pom + %% + Copyright (C) 2008 - 2017 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% + --> + <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:ns="http://creativecommons.org/ns#" View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c8ca247937d49ee231f80df2980a... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/c8ca247937d49ee231f80df2980a... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT