Browse Source

Remove duplicate maven-resources-plugin dependency management

pull/18470/head
Stephane Nicoll 7 years ago
parent
commit
6cf1b158f8
  1. 5
      spring-boot-project/spring-boot-parent/pom.xml

5
spring-boot-project/spring-boot-parent/pom.xml

@ -321,11 +321,6 @@ @@ -321,11 +321,6 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>

Loading…
Cancel
Save