Add missing annotation dependencies for Java 11 98/79998/1
authorStephen Kitt <skitt@redhat.com>
Tue, 29 Jan 2019 17:34:23 +0000 (18:34 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 29 Jan 2019 17:34:23 +0000 (18:34 +0100)
Change-Id: I552dc74b2bb6832cc5419f309470a43430294443
Signed-off-by: Stephen Kitt <skitt@redhat.com>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
southbound/southbound-impl/pom.xml

index 9a64d3ee4058df4db1a7d41c49ad236efbe7dc25..ed13f7e1f213e647cef5657df44a9d017857f017 100644 (file)
@@ -78,6 +78,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>utils.mdsal-utils</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <optional>true</optional>
+    </dependency>
     <!-- Testing Dependencies -->
       <dependency>
           <groupId>org.opendaylight.controller</groupId>
index 0e79df9fbb74cf3602b655e257bef075184fcfc8..644fb6c260981e034ef384118d61aad484ac6b24 100644 (file)
@@ -91,6 +91,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>blueprint-maven-plugin-annotation</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>org.sonarsource.java</groupId>
       <artifactId>sonar-jacoco-listeners</artifactId>