Browse Source

Revert change accidentally committed in eb6182f5

pull/11206/head
Andy Wilkinson 8 years ago
parent
commit
159a758e19
  1. 7
      spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml

7
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -165,13 +165,6 @@ @@ -165,13 +165,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
<configuration>
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
<createDependencyReducedPom>true</createDependencyReducedPom>

Loading…
Cancel
Save