diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 9a5ffa720b46185151b3b135d060378c4b6ae05d..cd3385a5b8df6b045d1a18b999fdf81ed99a8501 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -66,6 +66,7 @@
 			<groupId>net.devh</groupId>
 			<artifactId>grpc-server-spring-boot-starter</artifactId>
 		</dependency>
+
 		<!--only required for NachrichtenManager -->
 		<dependency>
 			<groupId>net.devh</groupId>
@@ -81,6 +82,10 @@
 			<artifactId>spring-webmvc</artifactId>
 		</dependency>
 
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-web</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-actuator</artifactId>