Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
CHE-55: Adding io.fabric8 dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jan 18, 2017
1 parent b68fd34 commit f445a8c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<commons-fileupload.version>1.3.2</commons-fileupload.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<io.fabric8.kubernetes-client>1.4.31</io.fabric8.kubernetes-client>
<io.fabric8.kubernetes-model>1.0.65</io.fabric8.kubernetes-model>
<io.fabric8.openshift-client.version>1.4.31</io.fabric8.openshift-client.version>
<io.swagger.version>1.5.9</io.swagger.version>
<io.typefox.lsapi.version>0.3.0</io.typefox.lsapi.version>
<javax.annotation.version>1.2</javax.annotation.version>
Expand Down Expand Up @@ -390,6 +393,33 @@
<artifactId>commons-lang</artifactId>
<version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>${io.fabric8.kubernetes-client}</version>
<exclusions>
<exclusion>
<artifactId>generex</artifactId>
<groupId>com.github.mifmif</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model</artifactId>
<version>${io.fabric8.kubernetes-model}</version>
<exclusions>
<exclusion>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
<version>${io.fabric8.openshift-client.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
Expand Down

0 comments on commit f445a8c

Please sign in to comment.