You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/05/03 17:24:01 UTC

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #5947: NIFI-9755: Implement ConsumeTwitter

emiliosetiadarma commented on code in PR #5947:
URL: https://github.com/apache/nifi/pull/5947#discussion_r864012463


##########
nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml:
##########
@@ -35,6 +35,21 @@
             <artifactId>nifi-utils</artifactId>
             <version>1.17.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>com.twitter</groupId>
+            <artifactId>twitter-api-java-sdk</artifactId>
+            <version>1.1.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.json</groupId>
+                    <artifactId>json</artifactId>
+                </exclusion>

Review Comment:
   Thanks for the comments, removing it!



##########
nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml:
##########
@@ -35,6 +35,21 @@
             <artifactId>nifi-utils</artifactId>
             <version>1.17.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>com.twitter</groupId>
+            <artifactId>twitter-api-java-sdk</artifactId>
+            <version>1.1.2</version>

Review Comment:
   Making the changes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org