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 d664b1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ SOFTWARE.
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -124,6 +125,7 @@ SOFTWARE.
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down Expand Up @@ -402,13 +404,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>duplicatefinder:javax.json:javax.json-api:1.1</exclude>
<exclude>duplicatefinder:javax.xml.bind:jaxb-api:2.3.0</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 d664b1c

Please sign in to comment.