Fix sal-akka-raft dependencies 00/106700/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 26 Jun 2023 16:36:05 +0000 (18:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 26 Jun 2023 16:36:05 +0000 (18:36 +0200)
Add jdt.annotations to dependencies, as they are no longer declared by
default.

Change-Id: I6cb95b30b8b38550061886f3a4aa4fcd158d35b2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-akka-raft/pom.xml

index 8cfebdbd1fdabd3502e41bc13c04c908cc9f3525..b2e39b76f66fbdb80183346aee950ba71a6ce3f6 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.yangtools</groupId>
       <artifactId>concepts</artifactId>