upgrade to Spring Boot 4, add webauthn support, some cleanup
This commit is contained in:
@@ -82,6 +82,11 @@
|
||||
<artifactId>webstly-urlshortener</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.bstly.we</groupId>
|
||||
<artifactId>webauthn</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.bstly.we</groupId>
|
||||
<artifactId>webstly-wireguard</artifactId>
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package de.bstly.we;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
Reference in New Issue
Block a user