Skip to content

Commit

Permalink
build: set vaadin dependency as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Dec 26, 2023
1 parent f418728 commit dd9c6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core</artifactId>
<optional>true</optional>
<exclusions>
<!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,
Expand Down

0 comments on commit dd9c6f7

Please sign in to comment.