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/29 09:27:22 UTC

[incubator-inlong] branch master updated: [INLONG-1407][DataProxy]Adjust the pom dependency of the DataProxy module (#1408)

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 a978626  [INLONG-1407][DataProxy]Adjust the pom dependency of the DataProxy module (#1408)
a978626 is described below

commit a978626ea41090d25293190790e67b89253a0c97
Author: gosonzhang <46...@qq.com>
AuthorDate: Thu Jul 29 17:26:58 2021 +0800

    [INLONG-1407][DataProxy]Adjust the pom dependency of the DataProxy module (#1408)
---
 inlong-dataproxy/dataproxy-source/pom.xml | 17 ++++++++---------
 inlong-dataproxy/pom.xml                  |  5 ++---
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/inlong-dataproxy/dataproxy-source/pom.xml b/inlong-dataproxy/dataproxy-source/pom.xml
index 031812c..9dc13ee 100644
--- a/inlong-dataproxy/dataproxy-source/pom.xml
+++ b/inlong-dataproxy/dataproxy-source/pom.xml
@@ -26,21 +26,20 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Apache InLong - DataProxy Source</name>
+    <artifactId>dataproxy-source</artifactId>
+
+    <properties>
+        <maven.compiler.source>8</maven.compiler.source>
+        <maven.compiler.target>8</maven.compiler.target>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.inlong</groupId>
             <artifactId>tubemq-client</artifactId>
-            <version>${tubemq-client.version}</version>
+            <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
 
-    <artifactId>dataproxy-source</artifactId>
-
-    <properties>
-        <maven.compiler.source>8</maven.compiler.source>
-        <maven.compiler.target>8</maven.compiler.target>
-        <tubemq-client.version>0.10.0-incubating-SNAPSHOT</tubemq-client.version>
-    </properties>
-
 </project>
\ No newline at end of file
diff --git a/inlong-dataproxy/pom.xml b/inlong-dataproxy/pom.xml
index 21d9193..a91ad17 100644
--- a/inlong-dataproxy/pom.xml
+++ b/inlong-dataproxy/pom.xml
@@ -42,7 +42,6 @@
         <netty.version>3.8.0.Final</netty.version>
         <codec.version>1.15</codec.version>
         <servlet.version>2.5-20110124</servlet.version>
-        <tubemq.version>3.8.6</tubemq.version>
         <inlong-common.version>1.3.4</inlong-common.version>
     </properties>
 
@@ -83,9 +82,9 @@
             <version>${servlet.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.tubemq</groupId>
+            <groupId>org.apache.inlong</groupId>
             <artifactId>tubemq-client</artifactId>
-            <version>0.8.0-incubating</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.inlong</groupId>