diff options
author | janani b <janani.b@huawei.com> | 2019-04-02 17:53:56 +0530 |
---|---|---|
committer | janani b <janani.b@huawei.com> | 2019-04-02 21:21:58 +0530 |
commit | fd2d0db7e2a0a2d27db0cfeac95959dcfb789910 (patch) | |
tree | 2fd59140a4af0346912a43e34c038fc9afd0a8d4 /ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | |
parent | cb74139eb31d5bdaa6eb390ae7eebaf49729b7e4 (diff) |
Updating Rest code for AAI resolution
This commit includes,
i) Updated the SSL based rest connection for different auth support
ii) Checked the co-routines based rest connection
Issue-ID: CCSDK-692
Change-Id: Ic2fe5e5292c9190670d2a573598d78e94f59efb0
Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 054f2386e..6809e7968 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -2,6 +2,7 @@ <!-- ~ Copyright © 2017-2018 AT&T Intellectual Property. ~ Modifications Copyright © 2018 IBM. + ~ Modifications Copyright © 2019 Huawei. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -41,6 +42,16 @@ <artifactId>httpclient</artifactId> <version>${apache.httpcomponents.client.version}</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-security</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |