Skip to content

Commit

Permalink
Issue #14123: Exclude google-collections from doxia-module-xdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgraef authored and romani committed Mar 16, 2024
1 parent 2126aa1 commit 01d63bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -454,6 +454,12 @@
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xdoc</artifactId>
<version>${doxia.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 01d63bf

Please sign in to comment.