Michael Bolz created OLINGO-697:
-----------------------------------
Summary: Fix maven build warning
Key: OLINGO-697
URL: https://issues.apache.org/jira/browse/OLINGO-697
Project: Olingo
Issue Type: Bug
Components: odata2-core
Affects Versions: V2 2.0.4
Reporter: Michael Bolz
Assignee: Michael Bolz
Priority: Trivial
Fix For: V2 2.0.5
Fix duplicated mockito dependency which results in this warning:
{code}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.olingo:olingo-odata2-testutil:jar:2.0.5-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.mockito:mockito-all:jar -> duplicate declaration of version
${mockito.version} @ line 109, 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.
[WARNING]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)