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 2021/12/07 23:01:38 UTC

[GitHub] [nifi] mikayla-yang commented on a change in pull request #5518: NIFI-9333 add Geohash functions to Expression Language

mikayla-yang commented on a change in pull request #5518:
URL: https://github.com/apache/nifi/pull/5518#discussion_r764426080



##########
File path: nifi-commons/nifi-expression-language/pom.xml
##########
@@ -108,5 +108,10 @@
             <artifactId>commons-codec</artifactId>
             <version>1.14</version>
         </dependency>
+        <dependency>
+            <groupId>ch.hsr</groupId>
+            <artifactId>geohash</artifactId>
+            <version>1.4.0</version>

Review comment:
       Please see [here](https://github.com/apache/nifi/pull/5476#discussion_r764415370) regarding the version update. An additional notes for licensing: the NOTICE information is the same for [NIFI-9333](https://github.com/apache/nifi/pull/5518) and [NIFI-9259](https://github.com/apache/nifi/pull/5476), so NIFI-9333 can be merged after NIFI-9259 so that the information is included.




-- 
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