not declared the javax.servlet-api dependency

This commit is contained in:
Francesco Mangiacrapa 2022-06-22 18:22:31 +02:00
parent f298afee40
commit 3eb8509d8d
1 changed files with 6 additions and 5 deletions

11
pom.xml
View File

@ -65,11 +65,12 @@
<!-- <version>2.9.1</version> -->
<!-- </dependency> -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>xml-apis</groupId> -->
<!-- <artifactId>xml-apis</artifactId> -->
<!-- <version>1.4.01</version> -->
<!-- </dependency> -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>