Fix cds-access-client dependencies 01/106701/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 26 Jun 2023 16:36:37 +0000 (18:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 26 Jun 2023 16:36:37 +0000 (18:36 +0200)
Add jdt.annotations to dependencies, as they are no longer declared by
default.

Change-Id: I962236670053f6d85c7a451a2601cc93ff2f6bc4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/cds-access-client/pom.xml

index 3889435cc224416b5ec90b43ff123a70b429d281..2f44f6a4ffd806da3fa6f6f2326088fdc259317e 100644 (file)
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>cds-access-api</artifactId>