summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-09-25 11:21:09 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-09-28 12:54:22 +0200
commit5bbd9feb84660d06fe635a0cd4cbdf45b110665c (patch)
tree934a3fb9159f832cce5cfbbfd03f9d68c306bf33 /common
parent9b0967210e3e50d0b52475cfc02e636dbfa28421 (diff)
Fix bugs after bumping to Fluorine ODL dependencies (HONEYCOMB-433)
Change-Id: I99b630f97144770849679a04efccaf7fc9868cb6 Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'common')
-rw-r--r--common/api-parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index ddaef9067..25566ee9e 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -17,6 +17,10 @@
<version>1.18.10-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <javax.annotations.version>3.0.0</javax.annotations.version>
+ </properties>
+
<build>
<pluginManagement>
<plugins>
@@ -106,5 +110,11 @@
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-common</artifactId>
</dependency>
+ <!-- Generated yang model classes use annotations -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${javax.annotations.version}</version>
+ </dependency>
</dependencies>
</project>