added gwt-servlet 2.10.0 at runtime

This commit is contained in:
Francesco Mangiacrapa 2023-07-28 15:41:59 +02:00
parent 755cc29f5d
commit 36ac735b8b
1 changed files with 12 additions and 13 deletions

25
pom.xml
View File

@ -59,13 +59,18 @@
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency>
<!-- <dependency> --> <groupId>javax.servlet</groupId>
<!-- <groupId>javax.servlet</groupId> --> <artifactId>javax.servlet-api</artifactId>
<!-- <artifactId>javax.servlet-api</artifactId> --> <version>3.1.0</version>
<!-- <version>3.0.1</version> --> <scope>provided</scope>
<!-- <scope>compile</scope> --> </dependency>
<!-- </dependency> --> <dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId> <artifactId>gwt-user</artifactId>
@ -78,12 +83,6 @@
<version>${gwtVersion}</version> <version>${gwtVersion}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>com.github.gwtbootstrap</groupId> <groupId>com.github.gwtbootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId> <artifactId>gwt-bootstrap</artifactId>