Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Update pom.xml - Fix class exclusions path4 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehtasynopsys authored Oct 17, 2023
1 parent ea1d592 commit 4be0334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
<version>0.8.10</version>
<configuration>
<excludes>
<exclude>com/synopsys/integration/jenkins/scan/extension/**/*.class</exclude>
<exclude>com/synopsys/integration/jenkins/scan/SecurityScanner.class</exclude>
<exclude>io/jenkins/plugins/synopsys/security/scan/extension/**/*.class</exclude>
<exclude>io/jenkins/plugins/synopsys/security/scan/SecurityScanner.class</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 4be0334

Please sign in to comment.