Skip to content

Commit c48877e

Browse files
authored
Rollback vaadin to 24.x - the 25.x depend on spring boot 4.x (#2865)
Signed-off-by: Avgustin Marinov <[email protected]>
1 parent 5a698ff commit c48877e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

hawkbit-ui/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,9 @@
2525
<name>hawkBit :: UI</name>
2626

2727
<properties>
28-
<vaadin.version>25.0.2</vaadin.version>
28+
<vaadin.version>24.9.8</vaadin.version>
2929
</properties>
3030

31-
<repositories>
32-
<repository>
33-
<id>Vaadin Repo</id>
34-
<url>https://maven.vaadin.com/vaadin-addons</url>
35-
<snapshots>
36-
<enabled>false</enabled>
37-
</snapshots>
38-
</repository>
39-
</repositories>
40-
4131
<dependencyManagement>
4232
<dependencies>
4333
<dependency>

0 commit comments

Comments
 (0)