This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch remove_bugsnag_dependency in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 62ce827fcc9a175f6077fe67e8d26a2100a32316 Author: OneSizeFitQuorum <[email protected]> AuthorDate: Tue Aug 15 10:36:50 2023 +0800 remove Signed-off-by: OneSizeFitQuorum <[email protected]> --- iotdb-core/datanode/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index b46a8ee520a..375781bb686 100644 --- a/iotdb-core/datanode/pom.xml +++ b/iotdb-core/datanode/pom.xml @@ -275,6 +275,10 @@ <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> </exclusion> + <exclusion> + <groupId>com.bugsnag</groupId> + <artifactId>bugsnag</artifactId> + </exclusion> </exclusions> </dependency> <!-- for mocked test-->
