mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
Create jakartified package on build (#636)
* feat(servlet): create jakartified package on build
* feat(servlet): update README to include Jakarta classifier
(cherry picked from commit 529c59f93f)
This commit is contained in:
committed by
Harald Kuhr
parent
08a69886b1
commit
a4c12d0d64
10
README.md
10
README.md
@@ -288,6 +288,16 @@ To depend on the JPEG and TIFF plugin using Maven, add the following to your POM
|
||||
<artifactId>servlet</artifactId>
|
||||
<version>3.8.0</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
Or Jakarta version, for Servlet API 5.0
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.servlet</groupId>
|
||||
<artifactId>servlet</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<classifier>jakarta</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user