diff options
author | Jim Hahn <jrh3@att.com> | 2019-08-28 15:20:18 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-08-30 12:07:32 -0400 |
commit | 98873e8c202426b9d74d9460ebd30b57fa4c7eb7 (patch) | |
tree | db56b53965c37b36008c99c49acf9e5d079c2fbf /applications/common/pom.xml | |
parent | 30b9aa0d2e2e6b954e2ce25537d7d7ca81d3a5a4 (diff) |
Get policy type from policy-api
Added a class to retrieve a policy type from the policy-api.
Updated property files to include parameters that are needed
to configure it.
Updates per review comments:
- change PolicyApi to PolicyApiCaller
- use HttpClientFactory
- removed superfluous constructors from exception classes
- changed parameters to use RestServerParameters instead of BusTopicParams
Change-Id: I8aad6ca5a733c8ad9cc983496e745ebe7400dd17
Issue-ID: POLICY-1911
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 01447677..acc74ea7 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -49,6 +49,11 @@ </dependency> <dependency> <groupId>org.onap.policy.common</groupId> + <artifactId>policy-endpoints</artifactId> + <version>${policy.common.version}</version> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> </dependency> |