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 f5e7c36 commit 0bfc3b0Copy full SHA for 0bfc3b0
vaadin-addon-template-demo/pom.xml
@@ -79,6 +79,12 @@
79
<groupId>com.vaadin</groupId>
80
<artifactId>vaadin-spring-boot-starter</artifactId>
81
</dependency>
82
+ <!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
83
+ <dependency>
84
+ <groupId>org.yaml</groupId>
85
+ <artifactId>snakeyaml</artifactId>
86
+ <version>1.33</version>
87
+ </dependency>
88
<dependency>
89
<groupId>org.springframework.boot</groupId>
90
<artifactId>spring-boot-devtools</artifactId>
vaadin-addon-template-demo/src/main/resources/application.yml
@@ -0,0 +1,8 @@
1
+vaadin:
2
+ whitelisted-packages: software/xdev,com/vaadin/flow
3
+
4
+spring:
5
+ devtools:
6
+ restart:
7
+ poll-interval: 2s
8
+ quiet-period: 1s
0 commit comments