This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch re-ext-lib-0.13 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2d61310fb37141df809d36d07fc7c0f624279de6 Author: xiangdong huang <[email protected]> AuthorDate: Wed Aug 31 01:32:53 2022 +0800 remove unused dependency --- metrics/dropwizard-metrics/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metrics/dropwizard-metrics/pom.xml b/metrics/dropwizard-metrics/pom.xml index 38a41092d2..6d215774f7 100644 --- a/metrics/dropwizard-metrics/pom.xml +++ b/metrics/dropwizard-metrics/pom.xml @@ -43,12 +43,6 @@ <artifactId>metrics-jmx</artifactId> <version>${dropwizard.metrics.version}</version> </dependency> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-core</artifactId> - <version>1.9</version> - <scope>compile</scope> - </dependency> <dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty-http</artifactId>
