diff options
Diffstat (limited to 'rest-services/http-client')
-rw-r--r-- | rest-services/http-client/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rest-services/http-client/pom.xml b/rest-services/http-client/pom.xml index 1d321058..ba6b2fd0 100644 --- a/rest-services/http-client/pom.xml +++ b/rest-services/http-client/pom.xml @@ -58,6 +58,10 @@ <artifactId>vavr</artifactId> </dependency> <dependency> + <groupId>org.immutables</groupId> + <artifactId>value</artifactId> + </dependency> + <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> </dependency> |