Skip to content

Commit c2be62b

Browse files
javier-godoypaodb
authored andcommitted
ci: add jakarta.servlet-api to v25 profile
Close #30
1 parent eebbcea commit c2be62b

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
@@ -517,6 +517,12 @@
517517
<artifactId>vaadin-dev</artifactId>
518518
<optional>true</optional>
519519
</dependency>
520+
<dependency>
521+
<groupId>jakarta.servlet</groupId>
522+
<artifactId>jakarta.servlet-api</artifactId>
523+
<version>6.1.0</version>
524+
<scope>test</scope>
525+
</dependency>
520526
</dependencies>
521527
</profile>
522528

0 commit comments

Comments
 (0)