Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/153#discussion_r64439693
--- 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 --
For a while, we bundled jython (via winrm4j, until we re-wrote that as pure
Java). The jython libraries pulled in about 20 or 30MB of dependencies. It
would certainly be nice if folk can add that to the classpath (or OSGi bundles)
themselves, but I don't think we want to ship it with Brooklyn.
---
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.
---