diff options
Diffstat (limited to 'v3po/data-impl/pom.xml')
-rw-r--r-- | v3po/data-impl/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v3po/data-impl/pom.xml b/v3po/data-impl/pom.xml index 954d25c30..1d716a6d9 100644 --- a/v3po/data-impl/pom.xml +++ b/v3po/data-impl/pom.xml @@ -54,6 +54,19 @@ <version>1.3.0-Beryllium</version> <!-- FIXME use dependency management --> </dependency> + <!-- FIXME workaround for https://git.opendaylight.org/gerrit/#/c/37499/--> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>ietf-netconf-monitoring</artifactId> + <version>1.0.0-Beryllium</version> + </dependency> + <!-- FIXME workaround for https://git.opendaylight.org/gerrit/#/c/37499/--> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>ietf-netconf-monitoring-extension</artifactId> + <version>1.0.0-Beryllium</version> + </dependency> + <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> |