Artem Ervits created PHOENIX-5036:
-------------------------------------
Summary: Fix for warning:
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
junit:junit:jar -> duplicate declaration of version
Key: PHOENIX-5036
URL: https://issues.apache.org/jira/browse/PHOENIX-5036
Project: Phoenix
Issue Type: Improvement
Environment: {code:java}
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: /opt/apache-maven-3.5.4
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime:
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
Reporter: Artem Ervits
Assignee: Artem Ervits
this patch removes a build warning for
{code:java}
[WARNING] Some problems were encountered while building the effective model for
org.apache.phoenix:phoenix-pherf:jar:5.1.0-HBase-2.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: junit:junit:jar -> duplicate declaration of version (?) @
org.apache.phoenix:phoenix-pherf:[unknown-version],
/Users/aervits/NetBeansProjects/APACHE-PHOENIX/phoenix/phoenix-pherf/pom.xml,
line 113, column 17
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)