Make javadoc plugin use Java 10-compatible version of Commons Lang 3
See gh-12028
This commit is contained in:
parent
4aa947c227
commit
d30c1fd9f8
|
|
@ -738,6 +738,13 @@
|
|||
<inherited>true</inherited>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
|||
Loading…
Reference in New Issue