Uplift from ONAP 78/8778/1
authorPatrikBuhr <patrik.buhr@est.tech>
Fri, 15 Jul 2022 09:54:43 +0000 (11:54 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Fri, 15 Jul 2022 09:55:34 +0000 (11:55 +0200)
NONRTRIC PMS, updated SDNC rest interface
Update path and output-json for SDNC rest interface - A1 Kohn

Change-Id: I9bf0a5cb772bc6a695acd88ec9b452b3e9417c2c
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-743

onap/oran
pom.xml

index 87b1ff5..4faa67e 160000 (submodule)
--- a/onap/oran
+++ b/onap/oran
@@ -1 +1 @@
-Subproject commit 87b1ff527a8110f592b4b5e2fcf13b8cd43b6d1f
+Subproject commit 4faa67e07bc4d1c1ff9c4b012d3b5bb8d9856a4c
diff --git a/pom.xml b/pom.xml
index 84e4601..92cdf64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>guava</artifactId>
             <version>31.0.1-jre</version>
         </dependency>
-        <dependency>
-            <groupId>org.springdoc</groupId>
-            <artifactId>springdoc-openapi-ui</artifactId>
-            <version>1.6.6</version>
-        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
             <version>${springfox.version}</version>
         </dependency>
         <!-- TEST -->
+         <dependency>
+            <groupId>org.springdoc</groupId>
+            <artifactId>springdoc-openapi-ui</artifactId>
+            <version>1.6.6</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>