Skip to content

Commit 03c573b

Browse files
authored
build: set vaadin dependency as optional
1 parent bad8ce9 commit 03c573b

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
@@ -93,6 +93,7 @@
9393
<dependency>
9494
<groupId>com.vaadin</groupId>
9595
<artifactId>vaadin-core</artifactId>
96+
<optional>true</optional>
9697
<exclusions>
9798
<!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
9899
Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,

0 commit comments

Comments
 (0)