Skip to content

Commit

Permalink
Standardize kubernetes client version (apache#8119)
Browse files Browse the repository at this point in the history
* Standardize kubernetes client version

* Do not change version

Co-authored-by: Sanjeev Kulkarni <[email protected]>
  • Loading branch information
srkukarni and Sanjeev Kulkarni authored Sep 24, 2020
1 parent 5871aba commit f096eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ flexible messaging model and an intuitive client API.</description>
<jaxb-api>2.3.1</jaxb-api>
<javax.activation.version>1.2.0</javax.activation.version>
<jna.version>4.2.0</jna.version>
<kubernetesclient.version>9.0.2</kubernetesclient.version>

<!-- test dependencies -->
<cassandra.version>3.6.0</cassandra.version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-functions/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>9.0.2</version>
<version>${kubernetesclient.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-functions/secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>9.0.2</version>
<version>${kubernetesclient.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit f096eb3

Please sign in to comment.