Bryan Cutler created ARROW-3394: ----------------------------------- Summary: [Java] Remove duplicate dependency entry 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
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 (v7.6.3#76005)