You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2023/08/15 02:37:05 UTC

[iotdb] branch remove_bugsnag_dependency created (now 62ce827fcc9)

This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a change to branch remove_bugsnag_dependency
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 62ce827fcc9 remove

This branch includes the following new commits:

     new 62ce827fcc9 remove

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: remove

Posted by ta...@apache.org.
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 <ta...@apache.org>
AuthorDate: Tue Aug 15 10:36:50 2023 +0800

    remove
    
    Signed-off-by: OneSizeFitQuorum <ta...@apache.org>
---
 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-->