Skip to content

Commit

Permalink
[ignore] Improve the comment about why this is required
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed May 23, 2023
1 parent 48e406f commit 69681c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions extensions/modules/image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,15 @@
</goals>
<configuration>
<failOnWarning>true</failOnWarning>
<ignoredUnusedDeclaredDependencies>
<!-- needed for running tests that depend on file module -->
<ignoredUnusedDeclaredDependency>org.exist-db:exist-file:jar:${project.version}</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>

<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>xml-apis:xml-apis:jar</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>

<ignoredUnusedDeclaredDependencies>
<!-- needed for running XQSuite tests that depend on file module -->
<ignoredUnusedDeclaredDependency>org.exist-db:exist-file:jar:${project.version}</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 69681c5

Please sign in to comment.