Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 31, 2024
1 parent 1e77a81 commit 124c8b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ dependencies {
implementation(libs.bundles.log4j)
implementation(libs.bundles.jetty)
implementation(libs.bundles.jwt)
implementation(libs.bundles.metrics)
implementation(libs.bundles.metrics) {
exclude("org.glassfish.jersey")
}
implementation(libs.bundles.kerby)
implementation(libs.prometheus.servlet)

Expand Down

0 comments on commit 124c8b9

Please sign in to comment.