diff options
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jython/pom.xml')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jython/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 8b246561b..13b55caa4 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -37,8 +37,8 @@ <dependencies> <dependency> <groupId>org.python</groupId> - <artifactId>jython</artifactId> - <version>2.2.1</version> + <artifactId>jython-standalone</artifactId> + <version>2.7.1</version> </dependency> </dependencies> </project>
\ No newline at end of file |