Skip to content
Snippets Groups Projects
Commit 58b81e12 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7906 fix aggregation-manager-server name and add spring dependencies

parent ef034df6
No related branches found
No related tags found
1 merge request!15Ozg 7906 aggregation manager server
...@@ -35,11 +35,24 @@ ...@@ -35,11 +35,24 @@
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<artifactId>aggregation-manager-server</artifactId> <artifactId>aggregation-manager-server</artifactId>
<name>OZG-Cloud Aggregation Manager Job</name> <name>OZG-Cloud Aggregation Manager Server</name>
<properties> <properties>
<spring-boot.build-image.imageName>docker.ozg-sh.de/aggregation-manager-server:build-latest</spring-boot.build-image.imageName> <spring-boot.build-image.imageName>docker.ozg-sh.de/aggregation-manager-server:build-latest</spring-boot.build-image.imageName>
</properties> </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> <build>
<plugins> <plugins>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment