summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-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/honeycomb-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/honeycomb-parent')
-rw-r--r--common/honeycomb-parent/pom.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 9e5085d0a..4dc13ed39 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -46,14 +46,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- ODL dependencies -->
- <odl.yangtools.version>2.0.5</odl.yangtools.version>
- <odl.mdsal.version>2.4.3</odl.mdsal.version>
- <odl.mdsal.controller.version>1.7.3</odl.mdsal.controller.version>
- <odl.mdsalmodel.version>0.12.3</odl.mdsalmodel.version>
- <odl.netconf.version>1.4.3</odl.netconf.version>
- <odl.restconf.version>1.7.3</odl.restconf.version>
- <odl.salGenerator.version>0.12.3</odl.salGenerator.version>
- <odl.bgpcep.version>0.9.3</odl.bgpcep.version>
+ <odl.yangtools.version>2.0.11</odl.yangtools.version>
+ <odl.mdsal.version>2.5.0</odl.mdsal.version>
+ <odl.mdsal.controller.version>1.8.0</odl.mdsal.controller.version>
+ <odl.mdsalmodel.version>0.13.0</odl.mdsalmodel.version>
+ <odl.netconf.version>1.5.0</odl.netconf.version>
+ <odl.restconf.version>1.8.0</odl.restconf.version>
+ <odl.salGenerator.version>0.13.0</odl.salGenerator.version>
+ <odl.bgpcep.version>0.10.0</odl.bgpcep.version>
<salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath>
<!-- common dependencies -->
@@ -63,6 +63,7 @@
<guava.version>23.6-jre</guava.version>
<jsr305.version>3.0.0</jsr305.version>
<slf4j.version>1.7.21</slf4j.version>
+ <jdt.version>2.1.150</jdt.version>
<!-- plugins -->
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
@@ -196,6 +197,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt</groupId>
+ <artifactId>org.eclipse.jdt.annotation</artifactId>
+ <version>${jdt.version}</version>
+ </dependency>
<!-- Testing Dependencies -->
<dependency>