Skip to content

Commit

Permalink
Configures Qulice exclusions yegor256#958
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Sep 8, 2021
1 parent 64df52c commit f2c4688
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 @@ -402,8 +402,8 @@ SOFTWARE.
<configuration>
<excludes combine.children="append">
<exclude>checkstyle:/src/site/resources/.*</exclude>
<exclude>dependencies:javax.json:javax.json-api</exclude>
<exclude>dependencies:javax.xml.bind:jaxb-api</exclude>
<exclude>duplicatefinder:javax.json:javax.json-api</exclude>
<exclude>duplicatefinder:javax.xml.bind:jaxb-api</exclude>
<!--
@todo #958:30min FindBugs found duplicate and different classes
in [javax.json:javax.json-api:1.1,javax.xml.bind:jaxb-api:2.3.0].
Expand Down

0 comments on commit f2c4688

Please sign in to comment.