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

0 comments on commit e7a92b3

Please sign in to comment.