Do not override mockito versions 58/80858/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 14 Mar 2019 15:57:01 +0000 (16:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 14 Mar 2019 16:09:32 +0000 (17:09 +0100)
odlparent ships newer mockito, using that version fixes build
with JDK11.

Change-Id: I71328a9395e36f96a19ed08602f7017b97e8da8b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
olm/pom.xml
servicehandler/pom.xml

index 284a0f9d54ebe4766e3fbc64501e617df7b445d7..b47a57dc4ac367298feca43665481562afc2d9b8 100644 (file)
@@ -75,7 +75,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.19.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
index d0530c286d6888c01c04a346ca6c04a87694c6de..64174df7f7b808187757b7360ad2e7920a115a95 100644 (file)
@@ -100,7 +100,6 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.19.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>