Addtional dependency updates 35/134235/1
authorToineSiebelink <toine.siebelink@est.tech>
Wed, 19 Apr 2023 11:04:50 +0000 (12:04 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Wed, 19 Apr 2023 11:04:50 +0000 (12:04 +0100)
-Allign org.onap.oparent.checkstyle version with oparent version
-Move org.springdoc version control to dependcy mgmt module

Issue-ID: CPS-1627

Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I0ce3e6bb18341fac1e3d4bd6d7290bcc3bf28f50

cps-dependencies/pom.xml
cps-parent/pom.xml
cps-rest/pom.xml

index d66f30d..41fc93f 100755 (executable)
 
     <dependencyManagement>
         <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-dependencies</artifactId>
index 829ab04..5428953 100755 (executable)
                     <dependency>
                         <groupId>org.onap.oparent</groupId>
                         <artifactId>checkstyle</artifactId>
-                        <version>3.1.0</version>
+                        <version>3.2.0</version>
                     </dependency>
                     <dependency>
                         <groupId>${project.groupId}</groupId>
index 89c3918..ccb7d07 100755 (executable)
@@ -72,7 +72,6 @@
         <dependency>
             <groupId>org.springdoc</groupId>
             <artifactId>springdoc-openapi-ui</artifactId>
-            <version>1.6.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>