Fix mdsal-binding-dom-codec dependencies 50/106850/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Jul 2023 11:12:15 +0000 (13:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Jul 2023 11:12:45 +0000 (13:12 +0200)
We are using JDT annotations, declare that.

Change-Id: I1c4a6d112da9015fb3885e40c33bf27cd31246ee
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/pom.xml

index eb8d758c3ed5bdf7b4da10bcac5381188b194863..fade1e77e3578812324621c3c22c204bcab40c27 100644 (file)
             <groupId>net.bytebuddy</groupId>
             <artifactId>byte-buddy</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>