Ensure meta-data file exists for spring-boot jar
Rename 'additional-spring-configuration-metadata.json' to 'spring-configuration-metadata.json' and drop the annotation processor. The project has no @ConfigurationProperties defined so the annotation processor didn't kick in. Fixes gh-1830
This commit is contained in:
parent
39037e0cab
commit
6e04146457
|
|
@ -169,12 +169,6 @@
|
|||
<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