diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-05-17 08:41:24 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-05-24 08:36:49 +0000 |
commit | 3af5cb9926238ba0fa802e0e067451a8e19f1c6a (patch) | |
tree | 89315bb0e50e77c7afff36a722462e3b1bdb3693 /vbd/gui | |
parent | db99c43fcbb03f6a2d0736a0b3518da27bc7f9e3 (diff) |
HONEYCOMB-63: bump ODL dependencies to BE-SR2
+ Remove dedicated reads to netconf-state in operational
datatree. Use regular reader from now on
Change-Id: I3d7245cd6cb5d9cf057aea600fddceb49cf18039
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vbd/gui')
-rw-r--r-- | vbd/gui/bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbd/gui/bundle/pom.xml b/vbd/gui/bundle/pom.xml index c2d58eaeb..3fc8301d8 100644 --- a/vbd/gui/bundle/pom.xml +++ b/vbd/gui/bundle/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>org.opendaylight.dlux</groupId> <artifactId>loader</artifactId> - <version>0.3.0-Beryllium</version> + <version>0.3.2-Beryllium-SR2</version> </dependency> <dependency> <groupId>io.fd.honeycomb.vbd</groupId> |