Skip to content

Commit 5d1be88

Browse files
committed
test exclusion
1 parent 4d93b70 commit 5d1be88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ dependencies {
5353
exclude group: 'io.projectreactor.ipc', module: 'reactor-netty'
5454
}
5555

56-
runtimeOnly libs.micrometer.registry.prometheus
56+
runtimeOnly(libs.micrometer.registry.prometheus){
57+
exclude group: 'com.google.protobuf', module: 'protobuf-java'
58+
}
5759

5860
// CVE Fixes
5961
implementation libs.apache.commons.compress

0 commit comments

Comments
 (0)