commented `javax.servlet-api` and `xml-apis` dependencies

This commit is contained in:
Francesco Mangiacrapa 2022-06-22 18:15:25 +02:00
parent cda62f7eec
commit 4f3707b6f9
1 changed files with 11 additions and 11 deletions

22
pom.xml
View File

@ -67,19 +67,19 @@
<dependencies> <dependencies>
<!-- needed to compile/run in devMode with gwt > 2.7 --> <!-- needed to compile/run in devMode with gwt > 2.7 -->
<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.1.0</version> -->
<scope>provided</scope> <!-- <scope>provided</scope> -->
</dependency> <!-- </dependency> -->
<!-- needed to compile/run in devMode with gwt > 2.7 --> <!-- needed to compile/run in devMode with gwt > 2.7 -->
<dependency> <!-- <dependency> -->
<groupId>xml-apis</groupId> <!-- <groupId>xml-apis</groupId> -->
<artifactId>xml-apis</artifactId> <!-- <artifactId>xml-apis</artifactId> -->
<version>1.4.01</version> <!-- <version>1.4.01</version> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>