Reduce mockito workaround 59/104559/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 15:14:33 +0000 (16:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 15:14:33 +0000 (16:14 +0100)
Use mockito-inline and upgraded mockito.

Change-Id: Ibc3ff9afbef0d586ed186c08de5364420c795fce
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/cds-access-client/pom.xml

index a457dcee27ffa6cdcfd07a64b79420c32ec24f3f..4ca37fb469074ab5c0b5dffad954f094fa92cd59 100644 (file)
             <artifactId>yang-data-api</artifactId>
         </dependency>
 
-        <!-- FIXME: 5.1.1 does not work with ActorBehaviorTest -->
+        <!-- FIXME: default mockito-inline does not work with ActorBehaviorTest -->
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <version>4.11.0</version>
+            <artifactId>mockito-subclass</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>