Github user johnmccabe commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/153#discussion_r64288074
--- 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 --
Is it possible/feasible to install additional python modules for use with
jython? Does the cPython ecosystem place nicely?
---
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.
---