We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcf27f commit e8c1748Copy full SHA for e8c1748
template-placeholder-demo/pom.xml
@@ -61,6 +61,12 @@
61
<dependency>
62
<groupId>com.vaadin</groupId>
63
<artifactId>vaadin-core</artifactId>
64
+ <exclusions>
65
+ <exclusion>
66
+ <groupId>com.vaadin</groupId>
67
+ <artifactId>hilla-dev</artifactId>
68
+ </exclusion>
69
+ </exclusions>
70
</dependency>
71
72
<groupId>software.xdev</groupId>
@@ -72,6 +78,12 @@
78
73
79
74
80
<artifactId>vaadin-spring-boot-starter</artifactId>
81
82
83
84
+ <artifactId>hilla</artifactId>
85
86
75
87
76
88
<!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
77
89
0 commit comments