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

This reverts commit 6e04146457.

Fixes gh-1830
This commit is contained in:
Phillip Webb 2014-11-05 21:04:46 -08:00
parent 2696d37097
commit 9af079721f
2 changed files with 6 additions and 0 deletions

View File

@ -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>