Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/830#discussion_r158288981
--- Diff: locations/container/pom.xml ---
@@ -32,10 +32,50 @@
</parent>
<properties>
- <kubernetes-client.version>1.4.27</kubernetes-client.version>
+ <kubernetes-client.version>2.5.6</kubernetes-client.version>
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.microbean</groupId>
+ <artifactId>microbean-helm</artifactId>
+ <version>2.5.0.1-SNAPSHOT</version>
+ <exclusions>
+ <!--<exclusion>-->
+ <!--<groupId>io.grpc</groupId>-->
+ <!--<artifactId>grpc-netty</artifactId>-->
+ <!--</exclusion>-->
--- End diff --
Can be removed
---