diff options
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index f448c8f47c..e9faf43498 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -42,6 +42,10 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> + </dependency> + <dependency> <groupId>io.cloudevents</groupId> <artifactId>cloudevents-json-jackson</artifactId> </dependency> |