Skip to content

Commit

Permalink
chore: explicitly add camunda-engine as javadoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 6, 2023
1 parent 445c5cb commit a58f764
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
<configuration>
<!-- disable javadoc linter to not fail on incomplete javadoc -->
<additionalJOption>-Xdoclint:none</additionalJOption>
<legacyMode>true</legacyMode>
<additionalDependencies>
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine</artifactId>
<version>${version.camunda}</version>
</dependency>
</additionalDependencies>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a58f764

Please sign in to comment.