Revert "Ensure meta-data file exists for spring-boot jar"
This reverts commit 6e04146457.
Fixes gh-1830
This commit is contained in:
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…
Reference in New Issue