diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-27 18:36:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-27 18:36:47 +0000 |
commit | d235f8f32910d20362f48748b6fb9658ab6c93b2 (patch) | |
tree | e7406d8a1627cf25ff1f62ca52ebfec47bac0c12 /aai-service/features/ccsdk-aai-service/pom.xml | |
parent | e920a1343b4aa55f95cd3db2595f52cbbea73399 (diff) | |
parent | 4f380043c90d234d563b1011a281b41623148dae (diff) |
Merge "Fix installation issues"
Diffstat (limited to 'aai-service/features/ccsdk-aai-service/pom.xml')
-rw-r--r-- | aai-service/features/ccsdk-aai-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-service/features/ccsdk-aai-service/pom.xml b/aai-service/features/ccsdk-aai-service/pom.xml index 48a79add..3e1a5059 100644 --- a/aai-service/features/ccsdk-aai-service/pom.xml +++ b/aai-service/features/ccsdk-aai-service/pom.xml @@ -49,12 +49,12 @@ </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore-osgi</artifactId> + <artifactId>httpcore</artifactId> <version>${apache.httpcomponents.core.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient-osgi</artifactId> + <artifactId>httpclient</artifactId> <version>${apache.httpcomponents.client.version}</version> </dependency> <dependency> |