Skip to content

Commit

Permalink
Explicitly define version of oak-jackrabbit-api to avoid conflicts wi…
Browse files Browse the repository at this point in the history
…th older versions from transitive dependencies
  • Loading branch information
stefanseifert committed Jun 27, 2023
1 parent 764bd50 commit dbb7a20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,11 @@
<artifactId>oak-jcr</artifactId>
<version>${oak.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jackrabbit-api</artifactId>
<version>${oak.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault</artifactId>
Expand Down

0 comments on commit dbb7a20

Please sign in to comment.