Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/300#discussion_r73635073
--- Diff: eagle-security/eagle-security-maprfs-web/pom.xml ---
@@ -64,6 +64,16 @@
<artifactId>eagle-security-common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.mapr.hadoop</groupId>
+ <artifactId>maprfs</artifactId>
+ <version>${maprfs.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.2</version>
--- End diff --
Please avoid declaring any dependency with explicit version but use
property defined in root pom instead. Better way is to define in
dependency-management firstly and include without version.
---
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.
---