Erweiterungen

This commit is contained in:
2025-08-29 09:55:21 +02:00
parent 21b0bb946f
commit 4d2ed39275
7 changed files with 186 additions and 2 deletions

View File

@@ -103,6 +103,13 @@
<artifactId>spring-messaging</artifactId>
</dependency>
<!-- Zeroconf mDNS (JmDNS) -->
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>
<build>