diff options
author | Michael Lando <ml636r@att.com> | 2018-05-21 16:57:56 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-05-22 10:37:35 +0000 |
commit | a1e1776d772f41b9102efee4c5a0b8c2032a83f5 (patch) | |
tree | 74a29c1bddd6ee1865da7149135c6253f19771eb /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services | |
parent | 69a1b38fd0049815869d90812c464d8303d1e3e3 (diff) |
update onboarding http client
as request for security 4.5.3
Change-Id: Ifa5bd1a6f2edef25f7ddb80b0cd4b3bc9b8b874a
Issue-ID: SDC-1319
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 1a5360f6e0..bdafc6b802 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${http.client.version}</version> + <version>${http.core.version}</version> </dependency> <dependency> |