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/05/12 17:56:27 UTC

[nifi] branch main updated: NIFI-10003 - NiFi build fails in UTC+ time zones

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

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a528b89169 NIFI-10003 - NiFi build fails in UTC+ time zones
a528b89169 is described below

commit a528b8916961c99e1ae25bf83a2abe6b60e55c38
Author: Paul Grey <gr...@yahoo.com>
AuthorDate: Thu May 12 11:27:05 2022 -0400

    NIFI-10003 - NiFi build fails in UTC+ time zones
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #6038
---
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index ed24d599ba..9e2178c4c9 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -77,7 +77,7 @@
         </dependency>
         <dependency>
             <groupId>org.python</groupId>
-            <artifactId>jython-slim</artifactId>
+            <artifactId>jython-standalone</artifactId>
             <version>2.7.2</version>
         </dependency>
         <dependency>