Skip to content

Commit

Permalink
Remove jparser from rejecting
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 27, 2023
1 parent 81c0df7 commit 8a65fa1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ else if(path.contains("com.google.code.findbugs"))
isValid = ACCEPT_STATE.NOT_ACCEPT;
else if(path.contains("org.slf4j"))
isValid = ACCEPT_STATE.NOT_ACCEPT;
else if(path.contains("jParser"))
isValid = ACCEPT_STATE.NOT_ACCEPT;

if(path.contains("backend-teavm"))
isValid = ACCEPT_STATE.ACCEPT;
Expand Down

0 comments on commit 8a65fa1

Please sign in to comment.