Github user grkvlt commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/153#discussion_r65004413
--- Diff: core/pom.xml ---
@@ -150,6 +150,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.python</groupId>
+ <artifactId>jython</artifactId>
+ <version>2.7.0</version>
--- End diff --
I'll add it as a test-only dependency instead, to validate that we can call
additional JSR-223 languages if required, but document that we only support
JavaScript (as either Rhino in 7.x or Nashorn in 8.x) by default,
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---