Skip to content

Commit

Permalink
Maven build - org.eclipse.persistence.javadoc module fix (#2150)
Browse files Browse the repository at this point in the history
- parent pom version
- MongoDB driver dependency

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed May 22, 2024
1 parent 32b3335 commit 774e4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.documentation</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -254,7 +254,7 @@

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<artifactId>mongo-java-driver</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 774e4cc

Please sign in to comment.