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

 ##########
 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:
   Bumped and re-tested. Similarly, AFAICT nothing in the commons-codec release 
notes suggest a problem.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to