Skip to content

Commit

Permalink
Ignoring the 'unused' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorydlogan committed Feb 27, 2024
1 parent de5e380 commit f8ad9a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/engage-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>
<!-- used in tests -->
<ignoredUnusedDeclaredDependency>org.glassfish.jersey.core:jersey-server</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit f8ad9a0

Please sign in to comment.