From 5da205ba9bd99a06f3726619a2ef542349eb1bab Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Tue, 21 Dec 2021 13:39:37 +0800 Subject: [PATCH] Remove unused jars and bump up netty version in webapp (#8317) --- apm-webapp/pom.xml | 15 ++++++++++++--- dist-material/release-docs/LICENSE | 1 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml index d0055ae469..2e5d797f33 100644 --- a/apm-webapp/pom.xml +++ b/apm-webapp/pom.xml @@ -39,6 +39,7 @@ 1.2.3 2.12.2 1.28 + 4.1.68.Final ${project.parent.basedir}/skywalking-ui @@ -52,6 +53,13 @@ pom import + + io.netty + netty-bom + ${netty.version} + import + pom + @@ -75,6 +83,10 @@ com.fasterxml.jackson.core jackson-databind + + org.springframework.boot + spring-boot-starter-logging + @@ -120,9 +132,6 @@ skywalking-webapp - - - maven-compiler-plugin diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE index c9f241e289..a74ee36cab 100755 --- a/dist-material/release-docs/LICENSE +++ b/dist-material/release-docs/LICENSE @@ -320,7 +320,6 @@ The text of each license is the standard Apache 2.0 license. slf4j-api 1.7.30: http://www.slf4j.org, Apache 2.0 mvel 2.4.8: https://github.com/mvel/mvel, Apache 2.0 okio 1.17.2: https://github.com/square/okio Apache 2.0 - caffeine 2.6.2: https://github.com/ben-manes/caffeine Apache 2.0 simpleclient_httpserver 0.12.0 from prometheus https://github.com/prometheus/client_java Apache 2.0 jetcd 0.5.3, https://github.com/etcd-io/jetcd, Apache 2.0 failasfe 2.3.4, https://github.com/jhalterman/failsafe, Apache 2.0