File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/content/getting-started Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,25 +89,25 @@ dependencyManagement {
8989}
9090```
9191
92- {{% alert title="Note" color="info" % }}
92+ {{< hint type=note > }}
9393
9494Be careful not to mix up the different ways of configuring things with Gradle.
9595For example, don't use
9696` implementation(platform("io.prometheus:prometheus-metrics-bom:$version")) `
9797with the ` io.spring.dependency-management ` plugin.
9898
99- {{% /alert %}}
99+ {{< /hint >}}
100100
101101{{< /tab >}}
102102{{< tab "Maven" >}}
103103
104- {{% alert title="Note" color="info" % }}
104+ {{< hint type=note > }}
105105
106106Import the Prometheus Java metrics BOMs before any other BOMs in your
107107project. For example, if you import the ` spring-boot-dependencies ` BOM, you have
108108to declare it after the Prometheus Java metrics BOMs.
109109
110- {{% /alert % }}
110+ {{< /hint > }}
111111
112112The following example shows how to import the Prometheus Java metrics BOMs using Maven:
113113
You can’t perform that action at this time.
0 commit comments