Github user ilooner commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/129#discussion_r47588391
--- Diff: library/pom.xml ---
@@ -310,6 +310,11 @@
<artifactId>commons-beanutils</artifactId>
<version>1.8.3</version>
</dependency>
+ <dependency>
+ <groupId>net.sf.trove4j</groupId>
+ <artifactId>trove4j</artifactId>
+ <version>3.0.3</version>
+ </dependency>
</dependencies>
--- End diff --
@davidyan74 We know. This is part of a bigger change that Bright is making
to move some classes to Malhar. The changes are being done incrementally and
the removal of trove4j will be done as a separate change shortly.
---
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.
---