Skip to content

Commit 411c095

Browse files
WIP: build: add jakarta.servlet-api dependency in v25 profile
Vaadin 25 uses Jakarta Servlet, so the javax.servlet:javax.servlet-api declared in the main dependencies won't be compatible when building with -Pv25.
1 parent 8d0cc65 commit 411c095

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,12 @@
580580
<artifactId>vaadin-dev</artifactId>
581581
<optional>true</optional>
582582
</dependency>
583+
<dependency>
584+
<groupId>jakarta.servlet</groupId>
585+
<artifactId>jakarta.servlet-api</artifactId>
586+
<version>6.1.0</version>
587+
<scope>test</scope>
588+
</dependency>
583589
</dependencies>
584590
</profile>
585591
</profiles>

0 commit comments

Comments
 (0)