Github user markito commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/125#discussion_r50181242
--- Diff: contrib/pom.xml ---
@@ -623,5 +628,11 @@
<artifactId>super-csv-joda</artifactId>
<version>2.3.1</version>
</dependency>
+ <dependency>
+ <groupId>com.gemstone.gemfire</groupId>
--- End diff --
Would you guys like to point it to Geode instead of GemFire ? For now it
would need to be pulled from incubator repository and from nightlies but a
release is just about to start.
```<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>gemfire-core</artifactId>
<version>${geode.version}</version>
</dependency>
```
---
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.
---