From 1122b01a05d4de22564716b815935bf880703276 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 20 Jan 2021 12:21:52 +0100 Subject: PMS API Documentation updates Change-Id: I2a02145c48fd4b022b2e17b157760bd7ddb8128f Issue-ID: CCSDK-3077 Signed-off-by: PatrikBuhr --- a1-policy-management/pom.xml | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'a1-policy-management/pom.xml') diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index f218b52d..40f28be0 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -19,27 +19,23 @@ ~ ============LICENSE_END======================================================= ~ --> - 4.0.0 - org.onap.ccsdk.parent spring-boot-starter-parent 2.1.0 - org.onap.ccsdk.oran a1-policy-management-service 1.1.1-SNAPSHOT - ccsdk-oran :: ${project.artifactId} - 11 11 - 2.9.2 + 2.9.2 + 2.8.8 1.1.6 20200518 @@ -47,13 +43,13 @@ 2.5.0 2.5 0.30.0 - 3.0.0-M5 + 3.0.0-M5 + 0.8.6 3.0.11 true ${project.version} - org.springframework.boot @@ -223,7 +219,6 @@ test - @@ -343,6 +338,29 @@ + + maven-resources-plugin + + + copy-resource-one + install + + copy-resources + + + ${project.basedir}/../docs/offeredapis/swagger + + + ${project.basedir}/api + + pms-api.* + + + + + + + io.fabric8 docker-maven-plugin @@ -404,4 +422,4 @@ - + \ No newline at end of file -- cgit 1.2.3-korg