[ https://issues.apache.org/jira/browse/RYA-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630325#comment-15630325 ]
ASF GitHub Bot commented on RYA-205: ------------------------------------ Github user amihalik commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/120#discussion_r86232691 --- Diff: pom.xml --- @@ -212,6 +224,17 @@ under the License. <version>${accumulo.version}</version> </dependency> <dependency> + <groupId>org.apache.accumulo</groupId> + <artifactId>accumulo</artifactId> + <type>pom</type> --- End diff -- why is there a dependency on the accumulo POM? > Move rya.merger dependency versions to parent pom > ------------------------------------------------- > > Key: RYA-205 > URL: https://issues.apache.org/jira/browse/RYA-205 > Project: Rya > Issue Type: Task > Affects Versions: 3.2.10 > Reporter: Aaron Mihalik > Assignee: Puja Valiyil > > rya.merger sets and overrides the version information for multiple > dependencies and plugins. This is especially concerning that rya.merger > requires hadoop 2.6, but the rest of rya requires hadoop 2.5. > The version information should be moved into the dependency management > section of the parent pom. -- This message was sent by Atlassian JIRA (v6.3.4#6332)