From 0c117e6f8608ed902893364ee00123b0eb9f4a59 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Mon, 18 Feb 2019 16:28:54 -0500 Subject: Add more endpoints and swagger annotations Includes: a) Organized swagger models into new rest.model package b) Organized provider classes into new rest.provider package c) Added policyType GET/POST/DELETE endpoints d) Added policy GET/POST/DELETE endpoints e) Added swagger annotations for the new endpoints Issue-ID: POLICY-1515 Change-Id: Ia159a4cfebdad36cb1b4a5cc6456d07d2fde09ee Signed-off-by: Chenfei Gao --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6a2315f7..b077e70d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 2.0.0 + 2.1.0-SNAPSHOT @@ -47,6 +47,7 @@ reuseReports 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT -- cgit 1.2.3-korg