Add dependencies to convertor for javadoc build

This commit is contained in:
Tadgh 2021-08-23 11:07:37 -04:00
parent 3135e82ea7
commit a054055be5
1 changed files with 12 additions and 0 deletions

View File

@ -207,6 +207,18 @@
<artifactId>commons-compress</artifactId>
<version>${commons_compress_version}</version>
</dependency>
<!-- This is here because core libs needs it, and we need it for javadoc generation -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
</dependency>
<!-- This is here because core libs needs it, and we need it for javadoc generation -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
</dependency>
</additionalDependencies>
</configuration>
</plugin>