Fix indent of Jolokia maven dependency declaration in doc

Closes gh-14284
This commit is contained in:
Pascal Schumacher 2018-09-02 19:03:13 +02:00 committed by Stephane Nicoll
parent 0960f796fa
commit afeaa90d1a

View File

@ -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.