Do not use mockito-subclass 84/109484/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 11:18:26 +0000 (12:18 +0100)
committerRobert Varga <nite@hq.sk>
Sat, 30 Dec 2023 13:54:39 +0000 (13:54 +0000)
The tests seem to work now out of the box, remove the workaround.

Change-Id: Id260fbdb9bc3d577936332b22461331b4d8171f5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugins/netconf-client-mdsal/pom.xml

index 00d0af2b75a4466b750a0f3789ca3abe836a98b5..8bff3a1a767b57624ca22e9644ff62061137feb8 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
         </dependency>
-        <!-- FIXME: needed for NetconfDeviceCommunicatorTest -->
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-subclass</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <scm>