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 3263709
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,11 @@ 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>duplicate:javax.json:javax.json-api:1.1|javax.xml.bind:jaxb-api:2.3.0|module-info.java</exclude>
<!--
@todo #958:30min FindBugs found duplicate and different classes
@todo #958:30min FindBugs found module-info.java as duplicate and different class
in [javax.json:javax.json-api:1.1,javax.xml.bind:jaxb-api:2.3.0].
We suggest locate these classes and use Maven shade plugin to exclude them.
After resolving this ticket, remove here exclusion of theses two dependencies.
Please, resolve this problem and remove exclusion of theses two dependencies.
-->
</excludes>
</configuration>
Expand Down

0 comments on commit 3263709

Please sign in to comment.