rspec/rules/S1135/xml/rule.adoc

22 lines
404 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
<!-- TODO Drop this dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>
----
include::../see.adoc[]
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]