Reduce mockito workaround
[controller.git] / 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>