Skip to content

Commit

Permalink
add k8s config
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Weyrich <jan.weyrich@viadee.de>
  • Loading branch information
CrowdSalat committed Jun 6, 2022
1 parent 81aa81a commit b76f103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-client-config</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit b76f103

Please sign in to comment.