Update to spring-cloud-build parent
fixes gh-2
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -21,9 +21,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.sonatype.oss</groupId>
|
||||
<artifactId>oss-parent</artifactId>
|
||||
<version>9</version>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
@@ -275,7 +276,7 @@
|
||||
</dependencies>
|
||||
<plugins>
|
||||
<includes>
|
||||
<include>io.fabric8:*</include>
|
||||
<include>org.springframework.cloud.kubernetes:*</include>
|
||||
</includes>
|
||||
</plugins>
|
||||
<properties>
|
||||
@@ -325,9 +326,10 @@
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<!--<goals> TODO: NPE
|
||||
<goal>generate-bom</goal>
|
||||
</goals>
|
||||
</goals>-->
|
||||
<phase>none</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user