Skip to content

Commit

Permalink
duplicate-finder-maven-plugin ignore localization.properties from jersey
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Sep 2, 2023
1 parent fb80f2d commit 177aa33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,10 @@
<!-- Version 1.2.1+ -->
<useDefaultResourceIgnoreList>true</useDefaultResourceIgnoreList>
<!-- Version 1.2.1+ -->
<ignoredResourcePatterns>
<!-- test classpath : found duplicate and different resources in org.glassfish.jersey.containers:jersey-container-jetty-http, org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty -->
<ignoredResourcePattern>org/glassfish/jersey/jetty/internal/localization.properties</ignoredResourcePattern>
</ignoredResourcePatterns>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 177aa33

Please sign in to comment.