Skip to content

Commit

Permalink
HSEARCH-4395 Fix a Javadoc generation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Jul 3, 2023
1 parent 921d467 commit ee8046e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mapper/orm-coordination-outbox-polling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@
</dependency>

<!--
Without this dependency we get:
Compilation failure: [ERROR] unknown enum constant XmlAccessType.FIELD
Without this dependency we get: Compilation failure: [ERROR] unknown enum constant XmlAccessType.FIELD
And if we only have it as <scope>provided</scope> - we will fail to generate the Javadocs.
-->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<!-- DO NOT REMOVE and DO NOT MANAGE the version of this dependency. See the version property declaration. -->
<version>${version.jakarta.xml.bind}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit ee8046e

Please sign in to comment.