Revert "Ensure meta-data file exists for spring-boot jar"

This reverts commit 6e04146457.

Fixes gh-1830
pull/1840/merge
Phillip Webb 10 years ago
parent 2696d37097
commit 9af079721f

@ -169,6 +169,12 @@
<artifactId>snakeyaml</artifactId>
<optional>true</optional>
</dependency>
<!-- Annotation processing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>

Loading…
Cancel
Save