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/07/06 10:06:48 UTC

[incubator-inlong] branch master updated: [INLONG-655] add dependency in tube-manager

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 942d5ed  [INLONG-655] add dependency in tube-manager
942d5ed is described below

commit 942d5edb001cbc028fca8ddb8a1976400629ef8b
Author: stingpeng <st...@tencent.com>
AuthorDate: Tue Jul 6 18:02:33 2021 +0800

    [INLONG-655] add dependency in tube-manager
---
 inlong-tubemq/tubemq-manager/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/inlong-tubemq/tubemq-manager/pom.xml b/inlong-tubemq/tubemq-manager/pom.xml
index f52b607..a30dc05 100644
--- a/inlong-tubemq/tubemq-manager/pom.xml
+++ b/inlong-tubemq/tubemq-manager/pom.xml
@@ -44,6 +44,11 @@
             <version>${spring-boot.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.springframework.data</groupId>
+            <artifactId>spring-data-commons</artifactId>
+            <version>${spring-boot.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
         </dependency>