Skip to content

Commit

Permalink
chore: Add JSpecify as a dependency (#20868) (#20870)
Browse files Browse the repository at this point in the history
This is so it can be used in projects without further imports, and we can use it new new start.vaadin.com projects

Co-authored-by: Artur <[email protected]>
  • Loading branch information
vaadin-bot and Artur- authored Jan 16, 2025
1 parent 3cb40cf commit 4f5e5f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<artifactId>throw-if-servlet3</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
</dependency>

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

0 comments on commit 4f5e5f2

Please sign in to comment.