diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-22 14:48:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-22 14:48:53 +0000 |
commit | 55e6bdc93d05f1c9673a4ecbe133207722216eb0 (patch) | |
tree | 84d68bf3d309929ae7cbcc855f7dca6f3889fa3d /main/pom.xml | |
parent | 9a3dcafd4b22f2e11e2bcb256eb387745c606fa3 (diff) | |
parent | 7de549e5589d5e98a798e65752396627f6990fe1 (diff) |
Merge "Adding health check endpoint to distribution"
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 468f3fea..e027e44c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -53,6 +53,16 @@ <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>capabilities</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>policy-endpoints</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> |