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

healchow 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 e47515d  [INLONG-2143][sort] change pulsar dependency (#2146)
e47515d is described below

commit e47515d53c482759a1d9f512d15ecf2a561b42f3
Author: dockerzhang <[email protected]>
AuthorDate: Wed Jan 12 13:21:37 2022 +0800

    [INLONG-2143][sort] change pulsar dependency (#2146)
---
 inlong-sort/pom.xml           | 8 +-------
 inlong-sort/sort-core/pom.xml | 7 +------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 6f34dae..304d0fc 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -330,13 +330,7 @@
 
             <dependency>
                 <groupId>org.apache.pulsar</groupId>
-                <artifactId>pulsar-client-admin</artifactId>
-                <version>${pulsar.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.pulsar</groupId>
-                <artifactId>pulsar-client</artifactId>
+                <artifactId>pulsar-client-all</artifactId>
                 <version>${pulsar.version}</version>
             </dependency>
 
diff --git a/inlong-sort/sort-core/pom.xml b/inlong-sort/sort-core/pom.xml
index d654e26..e4b5c9c 100644
--- a/inlong-sort/sort-core/pom.xml
+++ b/inlong-sort/sort-core/pom.xml
@@ -166,12 +166,7 @@
 
         <dependency>
             <groupId>org.apache.pulsar</groupId>
-            <artifactId>pulsar-client-admin</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.pulsar</groupId>
-            <artifactId>pulsar-client</artifactId>
+            <artifactId>pulsar-client-all</artifactId>
         </dependency>
 
         <dependency>

Reply via email to