diff options
author | 2019-06-26 15:11:58 +0000 | |
---|---|---|
committer | 2019-06-26 15:11:58 +0000 | |
commit | 86feefcba95195a51b73a6c04d26b6611554faa5 (patch) | |
tree | e587018b3e89a6a404f41f0717622ca13f096c18 /policy-endpoints/pom.xml | |
parent | 67fcc6f6abb7904ecd4b4444fa23b355cf9fd4ae (diff) | |
parent | 115a58a8c55d9dd1230b7373686f7934d40b2629 (diff) |
Merge "Adding Topic and REST parameters to policy-endpoints"
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index bccde3ea..831abffd 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -64,6 +64,12 @@ </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>common-parameters</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>com.att.nsa</groupId> <artifactId>cambriaClient</artifactId> <exclusions> |