Skip to content

Commit

Permalink
Replaced openshift-rest-client library with fabric8.kubernetes
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
  • Loading branch information
l0rd committed Dec 14, 2016
1 parent 03c6f9f commit 0200c9d
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 238 deletions.
21 changes: 10 additions & 11 deletions plugins/plugin-docker/che-plugin-docker-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@
<name>Che Plugin :: Docker :: Docker Client</name>
<properties>
<findbugs.failonerror>false</findbugs.failonerror>
<com.openshift.openshift-restclient-java.version>5.2.0-SNAPSHOT</com.openshift.openshift-restclient-java.version>
<io.fabric8.openshift-client.version>1.4.26</io.fabric8.openshift-client.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.openshift</groupId>
<artifactId>openshift-restclient-java</artifactId>
<version>${com.openshift.openshift-restclient-java.version}</version>
<exclusions>
<exclusion>
</exclusion>
</exclusions>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
<version>${io.fabric8.openshift-client.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -150,9 +146,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.openshift</groupId>
<artifactId>openshift-restclient-java</artifactId>
<version>5.2.0-SNAPSHOT</version>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit 0200c9d

Please sign in to comment.