From ef03262c93d2a3df1a04e71f38379daf0a77bdfd Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 16 May 2024 15:24:40 +0100 Subject: Allow checkstyle to avoid auto snapshot update Issue-ID: POLICY-5003 Change-Id: I545c297d9c9a523d336494555d14bbd1454f7a20 Signed-off-by: saul.gill --- integration/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index d86de59a..12656e2c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -39,6 +39,7 @@ 17 5.0.0-SNAPSHOT + [4.1.2,) ${project.build.directory}/code-coverage/jacoco-ut.exec jacoco @@ -1487,7 +1488,7 @@ org.onap.policy.parent checkstyle - [4.1.2,) + ${version.parent.checkstyle} compile -- cgit 1.2.3-korg