Skip to content

Commit

Permalink
Merge pull request #1 from hasitha1990/feature/k8s-dependency
Browse files Browse the repository at this point in the history
add k8s client dependency
  • Loading branch information
hasitha1990 authored May 18, 2020
2 parents 1b23f3b + 05558f7 commit 0df742a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platform-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
<artifactId>docker-client</artifactId>
<version>8.11.2</version>
</dependency>
<!--Kubernetes Docker Client-->
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<!-- JSON lib -->
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 0df742a

Please sign in to comment.