Clean up netconf-test-util dependencies 29/110329/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:10:27 +0000 (10:10 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 09:10:27 +0000 (10:10 +0100)
Use JDT annotations and do not pull in JUnit itself.

Change-Id: I3e5e6425b0839b1445907da7b530138bacc38191
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
protocol/netconf-test-util/pom.xml

index 8a001c39e9eab7db1d0d9e6f953444de87465945..13ebec2d3a8310472319ec822214037ae448deb3 100644 (file)
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>netconf-api</artifactId>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>compile</scope>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>netconf-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.xmlunit</groupId>