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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a5eb8e081 [DEP] remove duplicate dependency
     new 9765ee1c45 Merge pull request #3163 from hansva/master
5a5eb8e081 is described below

commit 5a5eb8e081f9723ff879414d1a8ba2e9a6b5b719
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Aug 18 10:10:42 2023 +0200

    [DEP] remove duplicate dependency
---
 assemblies/lib-beam/pom.xml | 11 -----------
 engine-beam/pom.xml         | 21 ---------------------
 2 files changed, 32 deletions(-)

diff --git a/assemblies/lib-beam/pom.xml b/assemblies/lib-beam/pom.xml
index ad943727f9..b6401c492b 100644
--- a/assemblies/lib-beam/pom.xml
+++ b/assemblies/lib-beam/pom.xml
@@ -31,17 +31,6 @@
     </parent>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.beam</groupId>
-            <artifactId>beam-vendor-grpc-1_48_1</artifactId>
-            <version>0.1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
diff --git a/engine-beam/pom.xml b/engine-beam/pom.xml
index 251bf38746..dd61abdb4e 100644
--- a/engine-beam/pom.xml
+++ b/engine-beam/pom.xml
@@ -36,12 +36,6 @@
     </properties>
 
     <dependencies>
-
-        <dependency>
-            <groupId>org.apache.beam</groupId>
-            <artifactId>beam-vendor-grpc-1_48_1</artifactId>
-            <version>0.1</version>
-        </dependency>
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-core</artifactId>
@@ -107,21 +101,6 @@
             <artifactId>minlog</artifactId>
             <version>${minlog.version}</version>
         </dependency>
-        <!--<dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-codec</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-handler</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-common</artifactId>
-            <version>${netty.version}</version>
-        </dependency>-->
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>

Reply via email to