We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca046a commit 1b82e78Copy full SHA for 1b82e78
1 file changed
template-placeholder-demo/pom.xml
@@ -62,11 +62,15 @@
62
<groupId>com.vaadin</groupId>
63
<artifactId>vaadin-core</artifactId>
64
<exclusions>
65
- <!-- There is like 10 people on the planet that need this by default -->
+ <!-- Unused components -->
66
<exclusion>
67
68
<artifactId>collaboration-engine</artifactId>
69
</exclusion>
70
+ <exclusion>
71
+ <groupId>com.vaadin</groupId>
72
+ <artifactId>vaadin-ai-components-flow</artifactId>
73
+ </exclusion>
74
</exclusions>
75
</dependency>
76
<dependency>
0 commit comments