Add configuration-processor to xDS adapter (#3241)

pull/3247/head
RuanSheng 2 years ago committed by GitHub
parent 532e11aa34
commit a2981e8d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,6 +91,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save