Skip to content

Commit 1b82e78

Browse files
committed
Remove unused compoents 26.1
1 parent 7ca046a commit 1b82e78

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

template-placeholder-demo/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@
6262
<groupId>com.vaadin</groupId>
6363
<artifactId>vaadin-core</artifactId>
6464
<exclusions>
65-
<!-- There is like 10 people on the planet that need this by default -->
65+
<!-- Unused components -->
6666
<exclusion>
6767
<groupId>com.vaadin</groupId>
6868
<artifactId>collaboration-engine</artifactId>
6969
</exclusion>
70+
<exclusion>
71+
<groupId>com.vaadin</groupId>
72+
<artifactId>vaadin-ai-components-flow</artifactId>
73+
</exclusion>
7074
</exclusions>
7175
</dependency>
7276
<dependency>

0 commit comments

Comments
 (0)