Skip to content

Commit f095521

Browse files
committed
add dependency that contains InstrumentedAppender
1 parent bd82c67 commit f095521

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
<artifactId>simpleclient_hotspot</artifactId>
140140
<version>${prometheus.metrics.version}</version>
141141
</dependency>
142+
<dependency>
143+
<groupId>io.prometheus</groupId>
144+
<artifactId>simpleclient_log4j</artifactId>
145+
<version>${prometheus.metrics.version}</version>
146+
</dependency>
142147
<dependency>
143148
<groupId>org.slf4j</groupId>
144149
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)