You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2022/01/04 21:06:20 UTC

[nifi] branch support/nifi-1.15 updated: NIFI-9530 Removed google-cloud-pubsublite from GCP (#5627)

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

markap14 pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new e9b8387  NIFI-9530 Removed google-cloud-pubsublite from GCP (#5627)
e9b8387 is described below

commit e9b8387478daf0dc6e6263b80d6f4e3f83aa52f7
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jan 4 15:06:09 2022 -0600

    NIFI-9530 Removed google-cloud-pubsublite from GCP (#5627)
    
    - Removing google-cloud-pubsublite from nifi-gcp-processors avoids conflicting versions of GRPC libraries
---
 nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 9ca3ca6..45cd8a5 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -102,17 +102,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>com.google.cloud</groupId>
-            <artifactId>google-cloud-pubsublite</artifactId>
-            <version>1.3.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
             <groupId>com.tdunning</groupId>
             <artifactId>json</artifactId>
             <version>1.8</version>