Skip to content

Commit ace5125

Browse files
javier-godoypaodb
authored andcommitted
ci: add servlet 6 dependency to Vaadin 24 profile
1 parent 904b59a commit ace5125

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,14 @@
362362
<url>https://maven.vaadin.com/vaadin-prereleases</url>
363363
</pluginRepository>
364364
</pluginRepositories>
365+
<dependencies>
366+
<dependency>
367+
<groupId>jakarta.servlet</groupId>
368+
<artifactId>jakarta.servlet-api</artifactId>
369+
<version>6.0.0</version>
370+
<scope>provided</scope>
371+
</dependency>
372+
</dependencies>
365373
</profile>
366374

367375
</profiles>

0 commit comments

Comments
 (0)