Skip to content
Snippets Groups Projects
Commit afdc6922 authored by Olivier Maury's avatar Olivier Maury
Browse files

GWT-2.10.0

parent d0095cf2
No related branches found
Tags 2.10.0.0
No related merge requests found
......@@ -6,10 +6,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.inrae.agroclim</groupId>
<artifactId>gwtexpe</artifactId>
<version>2.9.0.0</version>
<version>2.10.0.0</version>
<packaging>war</packaging>
<name>GWT Experiments</name>
<description>Experiments with GWT 2.9.0</description>
<description>Experiments with GWT 2.10.0</description>
<inceptionYear>2018</inceptionYear>
<organization>
<name>INRAE AgroClim</name>
......@@ -32,7 +32,7 @@
</issueManagement>
<properties>
<!-- Dependencies versions -->
<gwt.version>2.9.0</gwt.version>
<gwt.version>2.10.0</gwt.version>
<jersey.version>2.30.1</jersey.version>
<junit.version>4.13.2</junit.version>
<log4j.version>2.18.0</log4j.version>
......@@ -81,7 +81,7 @@
<dependencies>
<!-- ensure all GWT deps use the same version (unless overridden) -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt</artifactId>
<version>${gwt.version}</version>
<type>pom</type>
......@@ -99,17 +99,17 @@
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-servlet</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<scope>provided</scope>
</dependency>
......
......@@ -2,7 +2,7 @@
Ce projet vise à :
* définir une configuration minimale pour commencer un projet GWT, version 2.9.0, sur Tomcat 9 et Java 11,
* définir une configuration minimale pour commencer un projet GWT, version [2.10.0](https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0), sur Tomcat 9 et Java 11,
* définir l'outillage (Checkstyle, CPD, PMD, Spotbugs),
* tester quelques technologies (Hibernate, JWT, Leaflet, MVP, OpenAPI, REST, SOAP, SSE, websockets).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment