Browse Source

Remove duplicated declaration of openshift-client in pom #30

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
pull/33/head
Aurélien Pupier 7 years ago committed by Andrea Tarocchi
parent
commit
390e8b1504
  1. 14
      pom.xml

14
pom.xml

@ -94,6 +94,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-swagger-java-starter</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
</dependency>
<!-- Test -->
<dependency>
@ -106,11 +110,6 @@
<artifactId>camel-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-requirement</artifactId>
@ -133,10 +132,7 @@
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save