Skip to content

Commit afeaa90

Browse files
PascalSchumachersnicoll
authored andcommitted
Fix indent of Jolokia maven dependency declaration in doc
Closes gh-14284
1 parent 0960f79 commit afeaa90

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)