diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-13 13:58:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 13:58:47 +0000 |
commit | dbf8cdaec4b7fc8378b317fdb169eab45fcfadc8 (patch) | |
tree | 54b4b6f1a90166dd858ed34a57745e6f1392ad99 /controlloop/templates | |
parent | 05ccc1478eec584ec77de78fa072396abf9ff704 (diff) | |
parent | 5bd93f34b7221c8c141785574082253fcb61d276 (diff) |
Merge "ONAP code for AAI, consolidate name and get query"
Diffstat (limited to 'controlloop/templates')
-rw-r--r-- | controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.4.4</version> + <scope>test</scope> + </dependency> </dependencies> </project> |