From 3bdb08521e0f6ac29b9887760d82358c2901006b Mon Sep 17 00:00:00 2001 From: Gang Li Date: Thu, 19 Oct 2023 20:09:41 +0800 Subject: [PATCH] Deps adjustment * Remove grpc-netty deps * Replace guava-jre with findbugs because of just javax.annotation usage * undertow to 2.2.27.Final --- pom.xml | 28 +++++----------------------- trace/otel/pom.xml | 8 ++------ 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 07dbc5fb..bd3dc6fb 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 0.16.0 1.4 1.2.12 - 2.2.26.Final + 2.2.27.Final 1.22 1.16 3.11.3 @@ -96,13 +96,6 @@ o11yphant-trace-otel 1.9.2-SNAPSHOT - org.commonjava.util o11yphant-trace-helper-servlet @@ -186,13 +179,7 @@ simpleclient_dropwizard ${prometheusVersion} - + org.commonjava.util http-testserver @@ -241,14 +228,9 @@ - io.grpc - grpc-netty - 1.35.0 - - - com.google.guava - guava - 23.6-jre + com.google.code.findbugs + jsr305 + 3.0.2 diff --git a/trace/otel/pom.xml b/trace/otel/pom.xml index c96ae976..f904525e 100644 --- a/trace/otel/pom.xml +++ b/trace/otel/pom.xml @@ -54,12 +54,8 @@ jul-to-slf4j - io.grpc - grpc-netty - - - com.google.guava - guava + com.google.code.findbugs + jsr305