Merge pull request #14284 from PascalSchumacher:patch-1

* pr/14284:
  Fix indent of Jolokia maven dependency declaration in doc
This commit is contained in:
Stephane Nicoll 2018-09-03 09:59:05 +02:00
commit ca7f961cf0
1 changed files with 1 additions and 1 deletions

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.