BAEL-7272: Added code for custom deserialization using Spring WebClient

This commit is contained in:
balasr3
2024-01-21 15:13:58 +00:00
parent 870628f031
commit 286cfd1f3d
10 changed files with 387 additions and 0 deletions
@@ -64,6 +64,11 @@
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.12.0</version>
</dependency>
</dependencies>
<dependencyManagement>