diff --git a/pom.xml b/pom.xml index d1b1ec1c5060b2656b0f02b5c4b286e4a6c09655..07e6b915c1c5d500b8018a6f87519cbe2c045a16 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,14 @@ <artifactId>spring-boot-starter-parent</artifactId> <version>3.1.5</version> </parent> + <groupId>de.tobias</groupId> <artifactId>playwall-server</artifactId> <version>0.0.1-SNAPSHOT</version> + <name>playwall-server</name> <description>PlayWall Server</description> + <properties> <java.version>21</java.version> diff --git a/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java b/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java deleted file mode 100644 index db268fe3687673247ccbfa7223dcc2f21e801e9b..0000000000000000000000000000000000000000 --- a/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java +++ /dev/null @@ -1,15 +0,0 @@ -package de.tobias.playwall; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class PlaywallServerApplicationTests -{ - - @Test - void contextLoads() - { - } - -}