diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2023-12-14 12:17:03 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2023-12-18 12:34:36 +0000 |
commit | 66d033e5bb4317d02d343fc3a5f50dde2d4097d6 (patch) | |
tree | ff4b8353c507f9c5bde698fe98bf0df8d4a2f74e /cps-ncmp-service/pom.xml | |
parent | c08b6d25f232907c51d84f0eb31ca8b977469e02 (diff) |
Enhancing the REST template with HttpClient5
for better performance and allowing users to configure timeouts as per their requirements
Issue-ID: CPS-1994
Change-Id: I9fa94fb3923a50e33b3850ec0f190a51e278698f
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
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> |