Skip to content

Commit e8c1748

Browse files
committed
We don't use hilla -> We don't need hilla
1 parent 0bcf27f commit e8c1748

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

template-placeholder-demo/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<dependency>
6262
<groupId>com.vaadin</groupId>
6363
<artifactId>vaadin-core</artifactId>
64+
<exclusions>
65+
<exclusion>
66+
<groupId>com.vaadin</groupId>
67+
<artifactId>hilla-dev</artifactId>
68+
</exclusion>
69+
</exclusions>
6470
</dependency>
6571
<dependency>
6672
<groupId>software.xdev</groupId>
@@ -72,6 +78,12 @@
7278
<dependency>
7379
<groupId>com.vaadin</groupId>
7480
<artifactId>vaadin-spring-boot-starter</artifactId>
81+
<exclusions>
82+
<exclusion>
83+
<groupId>com.vaadin</groupId>
84+
<artifactId>hilla</artifactId>
85+
</exclusion>
86+
</exclusions>
7587
</dependency>
7688
<!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
7789
<dependency>

0 commit comments

Comments
 (0)