You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/08/25 11:07:05 UTC

[incubator-inlong] branch master updated: [INLONG-1475][inlong-tubemq] Tube manager compile ch.qos.logback with error (#1477)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 1142093  [INLONG-1475][inlong-tubemq] Tube manager compile ch.qos.logback with error (#1477)
1142093 is described below

commit 114209310d1a7799540ca787a35ae5d5e8fb802b
Author: ziruipeng <zp...@connect.ust.hk>
AuthorDate: Wed Aug 25 19:06:57 2021 +0800

    [INLONG-1475][inlong-tubemq] Tube manager compile ch.qos.logback with error (#1477)
    
    Co-authored-by: stingpeng <st...@tencent.com>
---
 inlong-tubemq/tubemq-manager/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/inlong-tubemq/tubemq-manager/pom.xml b/inlong-tubemq/tubemq-manager/pom.xml
index c916fe4..4a90a93 100644
--- a/inlong-tubemq/tubemq-manager/pom.xml
+++ b/inlong-tubemq/tubemq-manager/pom.xml
@@ -112,6 +112,22 @@
         </dependency>
 
         <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-access</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+
+        <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
             <version>8.0.15</version>