Skip to content

Commit 7b9cc0b

Browse files
committed
beta3
1 parent 360d19c commit 7b9cc0b

File tree

10 files changed

+87
-636
lines changed

10 files changed

+87
-636
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
<dependency>
467467
<groupId>commons-codec</groupId>
468468
<artifactId>commons-codec</artifactId>
469-
<version>1.9</version>
469+
<version>1.11</version>
470470
<type>jar</type>
471471
</dependency>
472472

@@ -479,7 +479,7 @@
479479
<dependency>
480480
<groupId>io.kubernetes</groupId>
481481
<artifactId>client-java</artifactId>
482-
<version>1.0.0-beta2</version>
482+
<version>1.0.0-beta3-SNAPSHOT</version>
483483
</dependency>
484484
<dependency>
485485
<groupId>javax</groupId>
@@ -496,7 +496,8 @@
496496
<groupId>org.slf4j</groupId>
497497
<artifactId>slf4j-api</artifactId>
498498
<version>1.7.25</version>
499-
</dependency> <!-- not included with jdk 9 -->
499+
</dependency>
500+
<!-- not included with jdk 9 -->
500501
<dependency>
501502
<groupId>javax.xml.bind</groupId>
502503
<artifactId>jaxb-api</artifactId>

src/main/java/io/kubernetes/client/Exec.java

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)