updated pom

This commit is contained in:
Massimiliano Assante 2020-04-02 14:53:36 +02:00
parent 8844d3fcf7
commit 6cbb9bf96f
1 changed files with 2 additions and 5 deletions

View File

@ -52,16 +52,13 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>