Skip to content

Commit 8e849c9

Browse files
committed
ci: add jakarta.servlet-api dependency to v25 profile
1 parent 28e69cc commit 8e849c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,12 @@
444444
<version>4.4.0-SNAPSHOT</version>
445445
<scope>test</scope>
446446
</dependency>
447+
<dependency>
448+
<groupId>jakarta.servlet</groupId>
449+
<artifactId>jakarta.servlet-api</artifactId>
450+
<version>6.0.0</version>
451+
<scope>provided</scope>
452+
</dependency>
447453
</dependencies>
448454
</profile>
449455

0 commit comments

Comments
 (0)