Skip to content

Commit d5263ec

Browse files
javier-godoypaodb
authored andcommitted
ci: add jakarta.servlet-api dependency for Vaadin 24
1 parent d1f718f commit d5263ec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,14 @@
369369
<url>https://maven.vaadin.com/vaadin-prereleases</url>
370370
</pluginRepository>
371371
</pluginRepositories>
372+
<dependencies>
373+
<dependency>
374+
<groupId>jakarta.servlet</groupId>
375+
<artifactId>jakarta.servlet-api</artifactId>
376+
<version>6.0.0</version>
377+
<scope>provided</scope>
378+
</dependency>
379+
</dependencies>
372380
</profile>
373381

374382
</profiles>

0 commit comments

Comments
 (0)