odlparent pom.xml only doc (only) re. mockito-core VS mockito-all 32/50832/2
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 15:22:41 +0000 (16:22 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 23 Jan 2017 18:04:18 +0000 (18:04 +0000)
to prevent NoSuchMethodError: org.hamcrest.Matcher ...

Bug 7662 related
Change-Id: I7decc16bf70b0b1c09455872776cda07950e573e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent/pom.xml

index 17bc7841b29b488099a0bac86135cb825e0f1979..b8f33f406115ee76be4a2eacc9ea36120f4bdfec 100644 (file)
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
+        <!-- Bug 7662: @deprecated Do *NOT* use mockito-all, but *ALWAYS* only mockito-core; this should be removed, and non-usage enforced! -->
         <artifactId>mockito-all</artifactId>
         <version>1.10.19</version>
         <scope>test</scope>