Add dependency needed by javadoc generation on JDK 11
This commit is contained in:
parent
81def1f21d
commit
2b4845b335
|
|
@ -658,6 +658,11 @@
|
|||
<artifactId>jboss-logging</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-reflect</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue