@@ -34,7 +34,6 @@ val jmhVersion = "1.37"
34
34
val mockitoVersion = " 4.11.0"
35
35
val slf4jVersion = " 2.0.17"
36
36
val opencensusVersion = " 0.31.1"
37
- val prometheusClientVersion = " 0.16.0"
38
37
val prometheusServerVersion = " 1.3.7"
39
38
val armeriaVersion = " 1.32.5"
40
39
val junitVersion = " 5.12.2"
@@ -65,12 +64,8 @@ val DEPENDENCIES = listOf(
65
64
" org.mockito:mockito-junit-jupiter:${mockitoVersion} " ,
66
65
" org.slf4j:slf4j-simple:${slf4jVersion} " ,
67
66
" org.slf4j:jul-to-slf4j:${slf4jVersion} " ,
68
- " io.prometheus:prometheus-metrics-shaded-protobuf:1.3.1" ,
69
67
" io.prometheus:prometheus-metrics-exporter-httpserver:${prometheusServerVersion} " ,
70
- " io.prometheus:prometheus-metrics-exposition-formats:${prometheusServerVersion} " ,
71
- " io.prometheus:simpleclient:${prometheusClientVersion} " ,
72
- " io.prometheus:simpleclient_common:${prometheusClientVersion} " ,
73
- " io.prometheus:simpleclient_httpserver:${prometheusClientVersion} " ,
68
+ " io.prometheus:prometheus-metrics-exposition-formats-no-protobuf:${prometheusServerVersion} " ,
74
69
" javax.annotation:javax.annotation-api:1.3.2" ,
75
70
" com.github.stefanbirkner:system-rules:1.19.0" ,
76
71
" com.google.api.grpc:proto-google-common-protos:2.58.0" ,
0 commit comments