We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8183197 + 28b9ec8 commit 366aa1eCopy full SHA for 366aa1e
examples/examples-release-12/pom.xml
@@ -17,6 +17,11 @@
17
</properties>
18
19
<dependencies>
20
+ <dependency>
21
+ <groupId>ch.qos.logback</groupId>
22
+ <artifactId>logback-classic</artifactId>
23
+ <scope>runtime</scope>
24
+ </dependency>
25
<dependency>
26
<groupId>io.prometheus</groupId>
27
<artifactId>simpleclient</artifactId>
examples/examples-release-13/pom.xml
0 commit comments