diff --git a/aggregation-manager-server/pom.xml b/aggregation-manager-server/pom.xml index 51420dc351a4616283f50e89f95f552b1c26141b..6d64ef1b00dc5d5f3751566f926c0d3e508f322f 100644 --- a/aggregation-manager-server/pom.xml +++ b/aggregation-manager-server/pom.xml @@ -35,11 +35,24 @@ <relativePath>../</relativePath> </parent> <artifactId>aggregation-manager-server</artifactId> - <name>OZG-Cloud Aggregation Manager Job</name> + <name>OZG-Cloud Aggregation Manager Server</name> <properties> <spring-boot.build-image.imageName>docker.ozg-sh.de/aggregation-manager-server:build-latest</spring-boot.build-image.imageName> </properties> + + <dependencies> + <!-- Spring --> + <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> + </dependency> + </dependencies> + <build> <plugins> <plugin>