Fix indent of Jolokia maven dependency declaration in doc

Closes gh-14284
This commit is contained in:
Pascal Schumacher
2018-09-03 09:58:28 +02:00
committed by Stephane Nicoll
parent 0960f796fa
commit afeaa90d1a
@@ -892,7 +892,7 @@ using Maven you would add the following:
<dependency>
<groupId>org.jolokia</groupId>
<artifactId>jolokia-core</artifactId>
</dependency>
</dependency>
----
Jolokia can then be accessed using `/jolokia` on your management HTTP server.