Skip to content

Commit

Permalink
Define transitive module dependency to fix Maven's reactor shortcommi…
Browse files Browse the repository at this point in the history
…ngs.
  • Loading branch information
pavelhoral committed Sep 15, 2023
1 parent a424548 commit f4ad10a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@
</exclusion>
</exclusions>
</dependency>

<!--
This is actually transitive dependency of opendj-ldap-toolkit, but
Maven is not able to resolve it on its to place it in the reactor.
-->
<dependency>
<groupId>org.wrensecurity.commons</groupId>
<artifactId>i18n-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit f4ad10a

Please sign in to comment.