style(micro-java): fix pom.xml whitespace
This commit is contained in:
parent
213f257670
commit
9963c0bd49
1 changed files with 45 additions and 52 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.redhat.training.openshift</groupId>
|
||||
<artifactId>micro-java</artifactId>
|
||||
<artifactId>hello</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Red Hat Training Hello Java app</name>
|
||||
|
|
@ -26,17 +26,11 @@
|
|||
<version.compiler.plugin>3.1</version.compiler.plugin>
|
||||
<version.surefire.plugin>2.16</version.surefire.plugin>
|
||||
<version.war.plugin>2.5</version.war.plugin>
|
||||
<!--
|
||||
<version.fabric8.plugin>3.1.80.redhat-000019</version.fabric8.plugin>
|
||||
-->
|
||||
<!--
|
||||
<version.fabric8.plugin>3.5.38</version.fabric8.plugin>
|
||||
-->
|
||||
<version.fabric8.plugin>4.1.0</version.fabric8.plugin>
|
||||
|
||||
<!-- maven-compiler-plugin -->
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
@ -61,7 +55,6 @@
|
|||
<groupId>io.thorntail</groupId>
|
||||
<artifactId>jaxrs</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue