summaryrefslogtreecommitdiffstats
path: root/a1-policy-management/pom.xml
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2022-07-06 11:57:20 +0200
committerPatrikBuhr <patrik.buhr@est.tech>2022-07-06 11:57:20 +0200
commit4faa67e07bc4d1c1ff9c4b012d3b5bb8d9856a4c (patch)
tree78ad37e1d7efea6ceb429b738c8ffd7518324d35 /a1-policy-management/pom.xml
parent87b1ff527a8110f592b4b5e2fcf13b8cd43b6d1f (diff)
NONRTRIC PMS, updated SDNC rest interface
Update path and output-json for SDNC rest interface - A1 Kohn Issue-ID: CCSDK-3193 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I9f29df244671558f6ae788f862aa620e4e4a9466
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r--a1-policy-management/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index 04d65ce5..01c02d19 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -50,11 +50,6 @@
</properties>
<dependencies>
<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</artifactId>
</dependency>
@@ -169,6 +164,12 @@
</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-test</artifactId>
<scope>test</scope>