Skip to content

Commit

Permalink
feat: Throw a meaningful exception if deployed into a Servlet 5 conta…
Browse files Browse the repository at this point in the history
…iner (#14842)(CP: 9.0) (#15801)

For #14835

Co-authored-by: Artur <artur@vaadin.com>
  • Loading branch information
mshabarov and Artur- committed Feb 2, 2023
1 parent 4c58b21 commit d2a5aff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.vaadin.servletdetector</groupId>
<artifactId>throw-if-servlet5</artifactId>
<version>1.0.2</version>
</dependency>

<!-- DefaultApplicationConfigurationFactory is declared as an OSGi
service -->

Expand Down

0 comments on commit d2a5aff

Please sign in to comment.