Add another hack for Spring Boot 2.0
This can be reverted in 1.1. The compiler relies on being able to bind itself to @ConfigurationProperties and the APIs changed for that in Spring Boot 2.0. Fixes gh-177
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<version>2.0.2.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<spring-cloud-stream.version>Ditmars.RELEASE</spring-cloud-stream.version>
|
||||
<spring-cloud-stream.version>Elmhurst.RELEASE</spring-cloud-stream.version>
|
||||
<reactor.version>3.1.2.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.10.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user