summaryrefslogtreecommitdiffstats
path: root/common/api-parent
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-09-25 11:15:35 +0200
committerMichal Cmarada <michal.cmarada@pantheon.tech>2018-09-25 11:22:18 +0200
commit556a0f59abc9b09005d40945bc20948d69e4f98e (patch)
tree76d795ae59aba49521fc4fdc7d65062c946147be /common/api-parent
parent46bcceb927b1bce07c1c9517f45470703293eb84 (diff)
Bump ODL dependencies to Fluorine (HONEYCOMB-433)
Change-Id: I142ebd2899272feff00abe7d4bae708f093ee3ec Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'common/api-parent')
-rw-r--r--common/api-parent/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index 0d41315b0..8fe25b329 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -28,6 +28,10 @@
<version>1.18.10-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <annotations.version>3.0.0</annotations.version>
+ </properties>
+
<build>
<pluginManagement>
<plugins>
@@ -117,5 +121,10 @@
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-common</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${annotations.version}</version>
+ </dependency>
</dependencies>
</project>