Minor change 98/10698/1
authorPatrikBuhr <patrik.buhr@est.tech>
Thu, 9 Mar 2023 14:24:09 +0000 (15:24 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Thu, 9 Mar 2023 14:24:09 +0000 (15:24 +0100)
pom update

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

pom.xml

diff --git a/pom.xml b/pom.xml
index 84f8365..da6b1ec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
         <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
         <software.amazon.awssdk.version>2.19.17</software.amazon.awssdk.version>
         <springdoc.version>2.0.2</springdoc.version>
+        <springdoc.openapi-ui.version>1.6.14</springdoc.openapi-ui.version>
     </properties>
     <dependencies>
         <dependency>
         <dependency>
             <groupId>org.springdoc</groupId>
             <artifactId>springdoc-openapi-ui</artifactId>
-            <version>${springdoc.version}</version>
+            <version>${springdoc.openapi-ui.version}</version>
         </dependency>
         <!-- TEST -->
-        <dependency>
-            <groupId>org.springdoc</groupId>
-            <artifactId>springdoc-openapi-ui</artifactId>
-            <version>1.6.14</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>