Skip to content

Commit 0fffb6c

Browse files
authored
build: set vaadin dependency as optional
1 parent ad55b21 commit 0fffb6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<dependency>
8080
<groupId>com.vaadin</groupId>
8181
<artifactId>vaadin-core</artifactId>
82+
<optional>true</optional>
8283
<exclusions>
8384
<!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
8485
Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,

0 commit comments

Comments
 (0)