From a84361670a39e5abfb2c6f0d0b460bfe5cb35fda Mon Sep 17 00:00:00 2001 From: Baptiste Grimaud Date: Tue, 17 Dec 2024 09:24:01 +0100 Subject: [PATCH] SEC-122: Mark java-ts-bind as a provided dependency (#19) Change the scope of the java-ts-bind dependency to provided to exclude the library from the Sonar analysis (done by the -DskipProvidedScope=true parameter passed to the Sonar analysis). --- javascript-modules-engine-java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-modules-engine-java/pom.xml b/javascript-modules-engine-java/pom.xml index 7ab3f9a..39cce89 100644 --- a/javascript-modules-engine-java/pom.xml +++ b/javascript-modules-engine-java/pom.xml @@ -73,7 +73,7 @@ java-ts-bind 1.0.0-jahia-2 all - runtime + provided