[ https://issues.apache.org/jira/browse/ARROW-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660417#comment-17660417 ]
Rok Mihevc commented on ARROW-3394: ----------------------------------- This issue has been migrated to [issue #19723|https://github.com/apache/arrow/issues/19723] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [Java] Remove duplicate dependency entry in Flight > -------------------------------------------------- > > Key: ARROW-3394 > URL: https://issues.apache.org/jira/browse/ARROW-3394 > Project: Apache Arrow > Issue Type: Bug > Components: Java > Reporter: Bryan Cutler > Assignee: Bryan Cutler > Priority: Minor > Labels: pull-request-available > Fix For: 0.11.0 > > Time Spent: 40m > Remaining Estimate: 0h > > There is a duplicate dependency entry in the Arrow Flight pom for grpc.netty > which leads to the follow warning > {noformat} > [WARNING] Some problems were encountered while building the effective model > for org.apache.arrow:arrow-flight:jar:0.11.0-SNAPSHOT > [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must > be unique: io.grpc:grpc-netty:jar -> duplicate declaration of version > ${dep.grpc.version} @ org.apache.arrow:arrow-flight:[unknown-version], > /home/bryan/git/arrow/java/flight/pom.xml, line 55, column 17 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [WARNING] > [WARNING] For this reason, future Maven versions might no longer support > building such malformed projects. > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)