Skip to content
Snippets Groups Projects
Commit d84142ed authored by OZGCloud's avatar OZGCloud
Browse files

readd starter-web - required for actuator

parent 92d4a6d6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment