|
|
|
|
@ -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> |
|
|
|
|
|