Clean up mdsal-binding-runtime-spi dependencies 66/106566/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 22:23:01 +0000 (00:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 22:23:01 +0000 (00:23 +0200)
We are using JDT annotations, make that explicit.

Change-Id: Ib31a9e7920fdd765a442a9ed778881b8477ac778
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-runtime-spi/pom.xml

index 62c47216303123e6ad0d92b14d2f85fc51c89a56..adc8d5bd071bebb7c130dce3c4ff310ced0b2020 100644 (file)
             <artifactId>checker-qual</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>