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 2022/03/30 09:18:01 UTC

[incubator-inlong] branch master updated: [INLONG-3466][Agent] Agent remove protobuf (#3467)

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 573f313  [INLONG-3466][Agent] Agent remove protobuf (#3467)
573f313 is described below

commit 573f3136ab12334fb329d76bdef0b94c3b2007c3
Author: Schnapps <zp...@connect.ust.hk>
AuthorDate: Wed Mar 30 17:17:57 2022 +0800

    [INLONG-3466][Agent] Agent remove protobuf (#3467)
---
 inlong-agent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/inlong-agent/pom.xml b/inlong-agent/pom.xml
index 235c175..3280024 100644
--- a/inlong-agent/pom.xml
+++ b/inlong-agent/pom.xml
@@ -60,7 +60,6 @@
         <avro.version>1.7.2</avro.version>
         <pulsar.version>2.6.2</pulsar.version>
         <snappy.version>1.1.8.4</snappy.version>
-        <protobuf.version>2.5.0</protobuf.version>
         <httpclient.version>4.5.13</httpclient.version>
         <fastjson.version>1.2.68</fastjson.version>
         <hippoclient.version>2.0.5</hippoclient.version>
@@ -98,11 +97,6 @@
                 <version>${springcontext.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.google.protobuf</groupId>
-                <artifactId>protobuf-java</artifactId>
-                <version>${protobuf.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.rocksdb</groupId>
                 <artifactId>rocksdbjni</artifactId>
                 <version>${rocksdb.version}</version>