Skip to content

Commit

Permalink
Add dependency to kubernetes client-java
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Apr 15, 2018
1 parent 5d263e1 commit 639398c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'com.google.code.gson:gson:2.8.1'
compile 'io.kubernetes:client-java:1.0.0-beta3'
{{#joda}}
compile 'joda-time:joda-time:2.9.9'
{{/joda}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lazy val root = (project in file(".")).
"com.squareup.okhttp" % "okhttp" % "2.7.5",
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
"com.google.code.gson" % "gson" % "2.8.1",
"io.kubernetes" % "client-java" % "1.0.0-beta3",
{{#joda}}
"joda-time" % "joda-time" % "2.9.9" % "compile",
{{/joda}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@
<scope>provided</scope>
</dependency>
{{/parcelableModel}}
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>1.0.0-beta3</version>
<scope>compile</scope>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 639398c

Please sign in to comment.