From 5bd93f34b7221c8c141785574082253fcb61d276 Mon Sep 17 00:00:00 2001 From: Joseph Chou Date: Wed, 6 Sep 2017 16:54:33 -0400 Subject: ONAP code for AAI, consolidate name and get query Adding AAI GET query feature to support ONAP project (1 commit) Issue-ID: POLICY-103 Change-Id: I0a55f41c3edd7a0bc0562ae4e12a19f262a50d74 Signed-off-by: Joseph Chou --- .../templates/template.demo.v1.0.0/template.demo/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'controlloop/templates/template.demo.v1.0.0') diff --git a/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml b/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml index 33abe7786..ff344473c 100644 --- a/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml +++ b/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml @@ -103,5 +103,17 @@ ${project.version} provided + + org.apache.httpcomponents + httpclient + 4.5.2 + test + + + org.apache.httpcomponents + httpcore + 4.4.4 + test + -- cgit 1.2.3-korg