Skip to content

Commit ca7f961

Browse files
committed
Merge pull request #14284 from PascalSchumacher:patch-1
* pr/14284: Fix indent of Jolokia maven dependency declaration in doc
2 parents 0960f79 + afeaa90 commit ca7f961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ using Maven you would add the following:
892892
<dependency>
893893
<groupId>org.jolokia</groupId>
894894
<artifactId>jolokia-core</artifactId>
895-
</dependency>
895+
</dependency>
896896
----
897897

898898
Jolokia can then be accessed using `/jolokia` on your management HTTP server.

0 commit comments

Comments
 (0)