15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
<!-- FIXME we should update version to 3.8.1 -->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.commons</groupId>
|
||
|
<artifactId>commons-lang3</artifactId>
|
||
|
<version>3.6</version>
|
||
|
</dependency>
|
||
|
----
|
||
|
|
||
|
include::../see.adoc[]
|