[ https://issues.apache.org/jira/browse/ARROW-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-3394: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/19723 > [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)