Skip to content

Commit 05e57ff

Browse files
committed
Replace vaadin dependency with vaadin-core
1 parent b91fddb commit 05e57ff

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
@@ -77,8 +77,7 @@
7777
<dependencies>
7878
<dependency>
7979
<groupId>com.vaadin</groupId>
80-
<!-- Replace artifactId with vaadin-core to use only free components -->
81-
<artifactId>vaadin</artifactId>
80+
<artifactId>vaadin-core</artifactId>
8281
<exclusions>
8382
<!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
8483
Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,

0 commit comments

Comments
 (0)