Skip to content

Commit 74eeda9

Browse files
committed
fix pr
1 parent 6e91318 commit 74eeda9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
<exclude>**/com/checkmarx/ast/remediation/**</exclude>
7878
<exclude>**/com/checkmarx/ast/project/**</exclude>
7979
<exclude>**/com/checkmarx/ast/tenant/**</exclude>
80-
<exclude>**/com/checkmarx/ast/wrapper/Execution**</exclude>
81-
<exclude>**/com/checkmarx/ast/wrapper/CxConstants**</exclude>
82-
<exclude>**/com/checkmarx/ast/wrapper/CxException**</exclude>
83-
<exclude>**/com/checkmarx/ast/wrapper/CxConfig**</exclude>
80+
<exclude>**/com/checkmarx/ast/wrapper/Execution.class</exclude>
81+
<exclude>**/com/checkmarx/ast/wrapper/CxConstants.class</exclude>
82+
<exclude>**/com/checkmarx/ast/wrapper/CxException.class</exclude>
83+
<exclude>**/com/checkmarx/ast/wrapper/CxConfig.class</exclude>
8484

8585
<!-- Add other patterns as needed -->
8686
</excludes>

0 commit comments

Comments
 (0)