Skip to content

Commit 564c1af

Browse files
committed
Replace vaadin dependency with vaadin-core
1 parent 98280af commit 564c1af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
<dependencies>
7070
<dependency>
7171
<groupId>com.vaadin</groupId>
72-
<!-- Replace artifactId with vaadin-core to use only free components -->
73-
<artifactId>vaadin</artifactId>
72+
<artifactId>vaadin-core</artifactId>
7473
<exclusions>
7574
<!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
7675
Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,

0 commit comments

Comments
 (0)