Skip to content

Commit

Permalink
chore: Add JSpecify as a dependency (#20868)
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
  • Loading branch information
Artur- authored Jan 16, 2025
1 parent 7fb6d80 commit eff913f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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
6 changes: 0 additions & 6 deletions vaadin-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
</dependency>


<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit eff913f

Please sign in to comment.