Add FeignChildContextInitializer.

This commit is contained in:
Olga Maciaszek-Sharma
2022-11-24 19:08:48 +01:00
parent 5fb3790dab
commit f9cc51c16b
28 changed files with 372 additions and 72 deletions

View File

@@ -191,6 +191,11 @@
<version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>