Browse Source

Add spring boot configuration processor. Fixes #63 (#64)

pull/69/head
Nicklas Holm 7 years ago committed by Ryan Baxter
parent
commit
a33fd6d869
  1. 5
      spring-cloud-openfeign-core/pom.xml

5
spring-cloud-openfeign-core/pom.xml

@ -168,6 +168,11 @@ @@ -168,6 +168,11 @@
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>

Loading…
Cancel
Save