Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/7943#discussion_r36878638
--- Diff: network/shuffle/pom.xml ---
@@ -43,6 +43,17 @@
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.fusesource.leveldbjni</groupId>
+ <artifactId>leveldbjni-all</artifactId>
+ <version>1.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
--- End diff --
err ... actually it looks like we don't have `jackson-annotations` listed
anywhere else. (Its excluded from a couple of other depenencies, but thats
it.) Do you think its worth including just here? Should it be changed in the
root pom?
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]