joewitt commented on a change in pull request #4031: NIFI-6791 Add UUID3 and 
UUID5 functions to Expression Language
URL: https://github.com/apache/nifi/pull/4031#discussion_r383034020
 
 

 ##########
 File path: nifi-commons/nifi-expression-language/pom.xml
 ##########
 @@ -93,5 +93,15 @@
             <artifactId>commons-text</artifactId>
             <version>1.8</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.8.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.13</version>
 
 Review comment:
   can we go to 1.14

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to