Allow checkstyle to avoid auto snapshot update 46/138046/2
authorsaul.gill <saul.gill@est.tech>
Thu, 16 May 2024 14:24:40 +0000 (15:24 +0100)
committersaul.gill <saul.gill@est.tech>
Thu, 23 May 2024 14:02:50 +0000 (15:02 +0100)
Issue-ID: POLICY-5003
Change-Id: I545c297d9c9a523d336494555d14bbd1454f7a20
Signed-off-by: saul.gill <saul.gill@est.tech>
integration/pom.xml

index d86de59..12656e2 100644 (file)
@@ -39,6 +39,7 @@
         <java.version>17</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
         <version.parent.resources>5.0.0-SNAPSHOT</version.parent.resources>
+        <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
         <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
                     <dependency>
                         <groupId>org.onap.policy.parent</groupId>
                         <artifactId>checkstyle</artifactId>
-                        <version>[4.1.2,)</version>
+                        <version>${version.parent.checkstyle}</version>
                         <scope>compile</scope>
                     </dependency>
                 </dependencies>