|
|
|
|
@ -13,16 +13,11 @@
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
|
|
|
|
|
|
|
|
<spring-boot.version>1.5.13.RELEASE</spring-boot.version> |
|
|
|
|
<fuse.bom.version>7.0.1.fuse-000008-redhat-4</fuse.bom.version> |
|
|
|
|
|
|
|
|
|
<!-- versions of Maven plugins --> |
|
|
|
|
<fmp.version>3.5.33.fuse-000089-redhat-4</fmp.version> |
|
|
|
|
<fuse.bom.version>7.1.0.fuse-710019-redhat-00002</fuse.bom.version> |
|
|
|
|
|
|
|
|
|
<!-- version of Arquillian --> |
|
|
|
|
<arquillian.cube.version>1.17.1</arquillian.cube.version> |
|
|
|
|
<arquillian.version>1.4.0.Final</arquillian.version> |
|
|
|
|
<openshift.client.version>2.6.3</openshift.client.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
|
@ -34,6 +29,20 @@
|
|
|
|
|
<type>pom</type> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jboss.redhat-fuse</groupId> |
|
|
|
|
<artifactId>fabric8-maven-plugin</artifactId> |
|
|
|
|
<version>${fuse.bom.version}</version> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
<type>pom</type> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jboss.redhat-fuse</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
<version>${fuse.bom.version}</version> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
<type>pom</type> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.arquillian.cube</groupId> |
|
|
|
|
<artifactId>arquillian-cube-bom</artifactId> |
|
|
|
|
@ -112,7 +121,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
|
<artifactId>openshift-client</artifactId> |
|
|
|
|
<version>${openshift.client.version}</version> |
|
|
|
|
<!-- <version>${openshift.client.version}</version> --> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -163,9 +172,9 @@
|
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<groupId>org.jboss.redhat-fuse</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
<version>${fuse.bom.version}</version> |
|
|
|
|
<configuration> |
|
|
|
|
<classifier>exec</classifier> |
|
|
|
|
</configuration> |
|
|
|
|
@ -232,9 +241,9 @@
|
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
|
<groupId>org.jboss.redhat-fuse</groupId> |
|
|
|
|
<artifactId>fabric8-maven-plugin</artifactId> |
|
|
|
|
<version>${fmp.version}</version> |
|
|
|
|
<version>${fuse.bom.version}</version> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
|