Commit 9af07972 authored by Phillip Webb's avatar Phillip Webb

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

This reverts commit 6e041464.

Fixes gh-1830
parent 2696d370
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment