Update jakarta servlet dependency classifier.

This commit is contained in:
Harald Kuhr 2021-12-15 18:34:03 +01:00
parent 444aeabf21
commit 4223d13898

View File

@ -295,7 +295,7 @@ To depend on the JPEG and TIFF plugin using Maven, add the following to your POM
<dependency> <dependency>
<groupId>com.twelvemonkeys.servlet</groupId> <groupId>com.twelvemonkeys.servlet</groupId>
<artifactId>servlet</artifactId> <artifactId>servlet</artifactId>
<version>3.7.0</version> <version>3.8.0</version>
<classifier>jakarta</classifier> <classifier>jakarta</classifier>
</dependency> </dependency>
</dependencies> </dependencies>