This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 04121c9d6a NIFI-8533: Replace deprecated jython-shaded with jython-slim
04121c9d6a is described below
commit 04121c9d6a4f3ba78232e5e22fe30bd97b133f09
Author: Matthew Burgess <[email protected]>
AuthorDate: Wed Nov 17 15:39:49 2021 -0500
NIFI-8533: Replace deprecated jython-shaded with jython-slim
This closes #5531
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-scripting-bundle/nifi-scripting-processors/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 6cf490f7db..14948fc2f5 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
@@ -76,9 +76,9 @@
<version>2.4.0</version>
</dependency>
<dependency>
- <groupId>org.scijava</groupId>
- <artifactId>jython-shaded</artifactId>
- <version>2.7.1.1</version>
+ <groupId>org.python</groupId>
+ <artifactId>jython-slim</artifactId>
+ <version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.luaj</groupId>