Skip to content

Commit

Permalink
SEC-122: Mark java-ts-bind as a provided dependency (#19)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
baptistegrimaud authored Dec 17, 2024
1 parent 9c734a8 commit a843616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript-modules-engine-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<artifactId>java-ts-bind</artifactId>
<version>1.0.0-jahia-2</version>
<classifier>all</classifier>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
<!-- dependencies not present / different required to generate the *d.ts files: -->
<dependency>
Expand Down

0 comments on commit a843616

Please sign in to comment.