Update versions for Aluminum SR3 79/121079/3
authorDan Timoney <dtimoney@att.com>
Tue, 4 May 2021 17:43:13 +0000 (13:43 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 4 May 2021 19:32:33 +0000 (15:32 -0400)
Update versions for Aluminum SR3

Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic6c13e7f06f4402cf699b93e1ebbe931f81e194c

23 files changed:
installed-odl-bom/pom.xml
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/karaf4-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/setup/src/main/properties/binding-parent.properties
odlparent/setup/src/main/properties/bundle-parent.properties
odlparent/setup/src/main/properties/feature-repo-parent.properties
odlparent/setup/src/main/properties/karaf4-parent.properties
odlparent/setup/src/main/properties/mdsal-it-parent.properties
odlparent/setup/src/main/properties/odlparent-lite.properties
odlparent/setup/src/main/properties/odlparent.properties
odlparent/setup/src/main/properties/single-feature-parent.properties
odlparent/setup/src/main/resources/pom-template.xml
odlparent/single-feature-parent/pom.xml
oparent/pom.xml
springboot/spring-boot-setup/src/main/resources/pom-template.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml
tools/mkbom.sh

index 57d8895..431e75d 100644 (file)
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-annotations</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-core</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.dataformat</groupId>
                 <artifactId>jackson-dataformat-xml</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
                 <artifactId>jackson-jaxrs-base</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
                 <artifactId>jackson-jaxrs-json-provider</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.module</groupId>
                 <artifactId>jackson-module-jaxb-annotations</artifactId>
-                <version>2.10.4</version>
+                <version>2.10.5</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.woodstox</groupId>
                 <artifactId>woodstox-core</artifactId>
-                <version>6.2.1</version>
+                <version>6.2.3</version>
             </dependency>
             <dependency>
                 <groupId>com.github.mifmif</groupId>
                 <artifactId>gson</artifactId>
                 <version>2.8.5</version>
             </dependency>
-            <dependency>
-                <groupId>com.googlecode.java-ipv6</groupId>
-                <artifactId>java-ipv6</artifactId>
-                <version>0.16</version>
-            </dependency>
-            <dependency>
-                <groupId>com.googlecode.json-simple</groupId>
-                <artifactId>json-simple</artifactId>
-                <version>1.1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.errorprone</groupId>
-                <artifactId>error_prone_annotations</artifactId>
-                <version>2.3.3</version>
-            </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>failureaccess</artifactId>
                 <version>28.2-jre</version>
             </dependency>
             <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>listenablefuture</artifactId>
-                <version>9999.0-empty-to-avoid-conflict-with-guava</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.j2objc</groupId>
-                <artifactId>j2objc-annotations</artifactId>
-                <version>1.3</version>
+                <groupId>com.googlecode.json-simple</groupId>
+                <artifactId>json-simple</artifactId>
+                <version>1.1.1</version>
             </dependency>
             <dependency>
                 <groupId>com.h2database</groupId>
                 <artifactId>mssql-jdbc</artifactId>
                 <version>7.4.1.jre8</version>
             </dependency>
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.9.4</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.15</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>3.2.2</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>2.8.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-lang</groupId>
-                <artifactId>commons-lang</artifactId>
-                <version>2.6</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-net</groupId>
-                <artifactId>commons-net</artifactId>
-                <version>3.7</version>
-            </dependency>
             <dependency>
                 <groupId>com.rabbitmq</groupId>
                 <artifactId>amqp-client</artifactId>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-actor_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-cluster_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-osgi_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-persistence_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-protobuf_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-remote_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-slf4j_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-stream_2.13</artifactId>
-                <version>2.5.31</version>
+                <version>2.5.32</version>
             </dependency>
             <dependency>
                 <groupId>com.typesafe</groupId>
                 <artifactId>ssl-config-core_2.13</artifactId>
                 <version>0.3.8</version>
             </dependency>
-            <dependency>
-                <groupId>com.webcohesion.enunciate</groupId>
-                <artifactId>enunciate-core-annotations</artifactId>
-                <version>2.13.1</version>
-            </dependency>
             <dependency>
                 <groupId>com.zaxxer</groupId>
                 <artifactId>HikariCP</artifactId>
                 <version>3.4.1</version>
             </dependency>
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>1.9.4</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>1.15</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.2.2</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.8.0</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>2.6</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.2</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-net</groupId>
+                <artifactId>commons-net</artifactId>
+                <version>3.7.2</version>
+            </dependency>
             <dependency>
                 <groupId>dk.brics</groupId>
                 <artifactId>automaton</artifactId>
                 <artifactId>metrics-jvm</artifactId>
                 <version>4.1.12.1</version>
             </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty</artifactId>
-                <version>3.10.6.Final</version>
-            </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-buffer</artifactId>
-                <version>4.1.52.Final</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
-                <artifactId>netty-codec</artifactId>
-                <version>4.1.52.Final</version>
+                <artifactId>netty-codec-http</artifactId>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
-                <artifactId>netty-codec-http</artifactId>
-                <version>4.1.52.Final</version>
+                <artifactId>netty-codec</artifactId>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-common</artifactId>
-                <version>4.1.52.Final</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-handler</artifactId>
-                <version>4.1.52.Final</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-resolver</artifactId>
-                <version>4.1.52.Final</version>
-            </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-transport</artifactId>
-                <version>4.1.52.Final</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-transport-native-epoll</artifactId>
-                <version>4.1.52.Final</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-transport-native-unix-common</artifactId>
-                <version>4.1.52.Final</version>
-            </dependency>
-            <dependency>
-                <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient</artifactId>
-                <version>0.9.0</version>
-            </dependency>
-            <dependency>
-                <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_common</artifactId>
-                <version>0.9.0</version>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
-                <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_hotspot</artifactId>
-                <version>0.9.0</version>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-transport</artifactId>
+                <version>4.1.56.Final</version>
             </dependency>
             <dependency>
-                <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_servlet</artifactId>
-                <version>0.9.0</version>
+                <groupId>io.netty</groupId>
+                <artifactId>netty</artifactId>
+                <version>3.10.6.Final</version>
             </dependency>
             <dependency>
                 <groupId>io.undertow</groupId>
                 <artifactId>cdi-api</artifactId>
                 <version>1.2</version>
             </dependency>
-            <dependency>
-                <groupId>javax.inject</groupId>
-                <artifactId>javax.inject</artifactId>
-                <version>1</version>
-            </dependency>
             <dependency>
                 <groupId>javax.interceptor</groupId>
                 <artifactId>javax.interceptor-api</artifactId>
                 <artifactId>javax.ws.rs-api</artifactId>
                 <version>2.1.1</version>
             </dependency>
-            <dependency>
-                <groupId>jaxen</groupId>
-                <artifactId>jaxen</artifactId>
-                <version>1.1.6</version>
-            </dependency>
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
-                <artifactId>org.apache.aries.blueprint.core</artifactId>
-                <version>1.10.2</version>
+                <artifactId>org.apache.aries.blueprint.core.compatibility</artifactId>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
-                <artifactId>org.apache.aries.blueprint.core.compatibility</artifactId>
-                <version>1.0.0</version>
+                <artifactId>org.apache.aries.blueprint.core</artifactId>
+                <version>1.10.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
             <dependency>
                 <groupId>org.apache.aries.proxy</groupId>
                 <artifactId>org.apache.aries.proxy</artifactId>
-                <version>1.1.7</version>
+                <version>1.1.8</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.quiesce</groupId>
             <dependency>
                 <groupId>org.apache.aries.spifly</groupId>
                 <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
-                <version>1.2.3</version>
+                <version>1.2.4</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.subsystem</groupId>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.configadmin</artifactId>
-                <version>1.9.16</version>
+                <version>1.9.18</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.fileinstall</artifactId>
-                <version>3.6.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.framework</artifactId>
-                <version>5.6.12</version>
+                <version>3.6.8</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.http.jetty</artifactId>
-                <version>4.0.18</version>
+                <artifactId>org.apache.felix.framework</artifactId>
+                <version>5.6.12</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.httplite.complete</artifactId>
-                <version>0.1.6</version>
+                <artifactId>org.apache.felix.http.jetty</artifactId>
+                <version>4.0.20</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.http.whiteboard</artifactId>
                 <version>4.0.0</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.httplite.complete</artifactId>
+                <version>0.1.6</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.inventory</artifactId>
             <dependency>
                 <groupId>org.apache.karaf.audit</groupId>
                 <artifactId>org.apache.karaf.audit.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.bundle</groupId>
                 <artifactId>org.apache.karaf.bundle.blueprintstate</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.bundle</groupId>
                 <artifactId>org.apache.karaf.bundle.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.config</groupId>
                 <artifactId>org.apache.karaf.config.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.deployer</groupId>
                 <artifactId>org.apache.karaf.deployer.blueprint</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.deployer</groupId>
                 <artifactId>org.apache.karaf.deployer.features</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.deployer</groupId>
                 <artifactId>org.apache.karaf.deployer.kar</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.deployer</groupId>
                 <artifactId>org.apache.karaf.deployer.wrap</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.diagnostic</groupId>
                 <artifactId>org.apache.karaf.diagnostic.boot</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.diagnostic</groupId>
                 <artifactId>org.apache.karaf.diagnostic.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.docker</groupId>
                 <artifactId>org.apache.karaf.docker.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.features</groupId>
                 <artifactId>org.apache.karaf.features.command</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.features</groupId>
                 <artifactId>org.apache.karaf.features.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.features</groupId>
                 <artifactId>org.apache.karaf.features.extension</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.http</groupId>
                 <artifactId>org.apache.karaf.http.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.instance</groupId>
                 <artifactId>org.apache.karaf.instance.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas.blueprint</groupId>
                 <artifactId>org.apache.karaf.jaas.blueprint.config</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas.blueprint</groupId>
                 <artifactId>org.apache.karaf.jaas.blueprint.jasypt</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas</groupId>
                 <artifactId>org.apache.karaf.jaas.boot</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas</groupId>
                 <artifactId>org.apache.karaf.jaas.command</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas</groupId>
                 <artifactId>org.apache.karaf.jaas.config</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas</groupId>
                 <artifactId>org.apache.karaf.jaas.jasypt</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jaas</groupId>
                 <artifactId>org.apache.karaf.jaas.modules</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jdbc</groupId>
                 <artifactId>org.apache.karaf.jdbc.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jms</groupId>
                 <artifactId>org.apache.karaf.jms.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.jndi</groupId>
                 <artifactId>org.apache.karaf.jndi.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.kar</groupId>
                 <artifactId>org.apache.karaf.kar.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.log</groupId>
                 <artifactId>org.apache.karaf.log.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.management</groupId>
                 <artifactId>org.apache.karaf.management.server</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf</groupId>
                 <artifactId>manual</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.maven</groupId>
                 <artifactId>org.apache.karaf.maven.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.obr</groupId>
                 <artifactId>org.apache.karaf.obr.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf</groupId>
                 <artifactId>org.apache.karaf.client</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf</groupId>
                 <artifactId>org.apache.karaf.event</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.package</groupId>
                 <artifactId>org.apache.karaf.package.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.profile</groupId>
                 <artifactId>org.apache.karaf.profile.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.scheduler</groupId>
                 <artifactId>org.apache.karaf.scheduler.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.scr</groupId>
                 <artifactId>org.apache.karaf.scr.management</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.scr</groupId>
                 <artifactId>org.apache.karaf.scr.state</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.service</groupId>
                 <artifactId>org.apache.karaf.service.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.service</groupId>
                 <artifactId>org.apache.karaf.service.guard</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.services</groupId>
                 <artifactId>org.apache.karaf.services.coordinator</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.services</groupId>
                 <artifactId>org.apache.karaf.services.eventadmin</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.shell</groupId>
                 <artifactId>org.apache.karaf.shell.commands</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.shell</groupId>
                 <artifactId>org.apache.karaf.shell.console</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.shell</groupId>
                 <artifactId>org.apache.karaf.shell.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.shell</groupId>
                 <artifactId>org.apache.karaf.shell.ssh</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.shell</groupId>
                 <artifactId>org.apache.karaf.shell.table</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.subsystem</groupId>
                 <artifactId>org.apache.karaf.subsystem.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.system</groupId>
                 <artifactId>org.apache.karaf.system.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>org.apache.karaf.tools.utils</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.karaf.web</groupId>
+                <artifactId>org.apache.karaf.web.core</artifactId>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.webconsole</groupId>
                 <artifactId>org.apache.karaf.webconsole.console</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.webconsole</groupId>
                 <artifactId>org.apache.karaf.webconsole.features</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.webconsole</groupId>
                 <artifactId>org.apache.karaf.webconsole.gogo</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.webconsole</groupId>
                 <artifactId>org.apache.karaf.webconsole.http</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.webconsole</groupId>
                 <artifactId>org.apache.karaf.webconsole.instance</artifactId>
-                <version>4.2.9</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.karaf.web</groupId>
-                <artifactId>org.apache.karaf.web.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.wrapper</groupId>
                 <artifactId>org.apache.karaf.wrapper.core</artifactId>
-                <version>4.2.9</version>
+                <version>4.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.bundles</groupId>
-                <artifactId>org.apache.servicemix.bundles.jasypt</artifactId>
+                <artifactId>org.apache.servicemix.bundles.jasypt-spring31</artifactId>
                 <version>1.9.3_1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.bundles</groupId>
-                <artifactId>org.apache.servicemix.bundles.jasypt-spring31</artifactId>
+                <artifactId>org.apache.servicemix.bundles.jasypt</artifactId>
                 <version>1.9.3_1</version>
             </dependency>
             <dependency>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.specs</groupId>
-                <artifactId>org.apache.servicemix.specs.javamail-api-1.4</artifactId>
+                <artifactId>org.apache.servicemix.specs.java-persistence-api-2.0</artifactId>
                 <version>2.9.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.specs</groupId>
-                <artifactId>org.apache.servicemix.specs.java-persistence-api-2.0</artifactId>
+                <artifactId>org.apache.servicemix.specs.javamail-api-1.4</artifactId>
                 <version>2.9.0</version>
             </dependency>
             <dependency>
             </dependency>
             <dependency>
                 <groupId>org.apache.sshd</groupId>
-                <artifactId>sshd-core</artifactId>
-                <version>1.7.0</version>
+                <artifactId>sshd-netty</artifactId>
+                <version>2.3.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.sshd</groupId>
-                <artifactId>sshd-netty</artifactId>
+                <artifactId>sshd-osgi</artifactId>
                 <version>2.3.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.sshd</groupId>
                 <artifactId>sshd-osgi</artifactId>
-                <version>2.3.0</version>
+                <version>2.5.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.sshd</groupId>
+                <artifactId>sshd-scp</artifactId>
+                <version>2.5.1</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.thrift</groupId>
-                <artifactId>libthrift</artifactId>
-                <version>0.9.3</version>
+                <groupId>org.apache.sshd</groupId>
+                <artifactId>sshd-sftp</artifactId>
+                <version>2.5.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-finder</artifactId>
-                <version>4.17</version>
+                <artifactId>xbean-finder-shaded</artifactId>
+                <version>4.12</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-finder-shaded</artifactId>
-                <version>4.12</version>
+                <artifactId>xbean-finder</artifactId>
+                <version>4.17</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-reflect</artifactId>
                 <version>4.17</version>
             </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpkix-jdk15on</artifactId>
+                <version>1.66</version>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcprov-jdk15on</artifactId>
+                <version>1.66</version>
+            </dependency>
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
             <dependency>
                 <groupId>org.eclipse.jetty.http2</groupId>
                 <artifactId>http2-common</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.http2</groupId>
                 <artifactId>http2-hpack</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.http2</groupId>
                 <artifactId>http2-server</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-alpn-server</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-client</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-continuation</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-deploy</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-http</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-io</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-jaas</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-jaspi</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-jmx</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-jndi</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-plus</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-proxy</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-rewrite</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-security</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-servlet</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-servlets</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-util</artifactId>
-                <version>9.4.28.v20200408</version>
+                <artifactId>jetty-util-ajax</artifactId>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-util-ajax</artifactId>
-                <version>9.4.28.v20200408</version>
+                <artifactId>jetty-util</artifactId>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-webapp</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-xml</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.osgi</groupId>
                 <artifactId>jetty-osgi-alpn</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>javax-websocket-client-impl</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>javax-websocket-server-impl</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>websocket-api</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>websocket-client</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>websocket-common</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>websocket-server</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.websocket</groupId>
                 <artifactId>websocket-servlet</artifactId>
-                <version>9.4.28.v20200408</version>
+                <version>9.4.31.v20200723</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
                 <artifactId>org.eclipse.persistence.antlr</artifactId>
                 <version>2.7.7</version>
             </dependency>
-            <dependency>
-                <groupId>org.eclipse.persistence</groupId>
-                <artifactId>org.eclipse.persistence.asm</artifactId>
-                <version>2.7.5</version>
-            </dependency>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
                 <artifactId>org.eclipse.persistence.asm</artifactId>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
                 <artifactId>org.eclipse.persistence.core</artifactId>
-                <version>2.7.5</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.persistence</groupId>
-                <artifactId>org.eclipse.persistence.core</artifactId>
-                <version>2.7.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.persistence</groupId>
-                <artifactId>org.eclipse.persistence.jpa</artifactId>
                 <version>2.7.7</version>
             </dependency>
             <dependency>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
-                <artifactId>org.eclipse.persistence.moxy</artifactId>
-                <version>2.7.3</version>
+                <artifactId>org.eclipse.persistence.jpa</artifactId>
+                <version>2.7.7</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.platform</groupId>
                 <artifactId>jakarta.el</artifactId>
                 <version>3.0.3</version>
             </dependency>
-            <dependency>
-                <groupId>org.glassfish</groupId>
-                <artifactId>javax.json</artifactId>
-                <version>1.0.4</version>
-            </dependency>
             <dependency>
                 <groupId>org.glassfish.jersey.containers</groupId>
-                <artifactId>jersey-container-servlet</artifactId>
+                <artifactId>jersey-container-servlet-core</artifactId>
                 <version>2.27</version>
             </dependency>
             <dependency>
                 <groupId>org.glassfish.jersey.containers</groupId>
-                <artifactId>jersey-container-servlet-core</artifactId>
+                <artifactId>jersey-container-servlet</artifactId>
                 <version>2.27</version>
             </dependency>
             <dependency>
                 <artifactId>xnio-nio</artifactId>
                 <version>3.3.8.Final</version>
             </dependency>
-            <dependency>
-                <groupId>org.jgrapht</groupId>
-                <artifactId>jgrapht-core</artifactId>
-                <version>1.2.0</version>
-            </dependency>
             <dependency>
                 <groupId>org.jline</groupId>
-                <artifactId>jline</artifactId>
-                <version>3.14.1</version>
+                <artifactId>jline-builtins</artifactId>
+                <version>3.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jline</groupId>
-                <artifactId>jline-builtins</artifactId>
-                <version>3.14.1</version>
+                <artifactId>jline-reader</artifactId>
+                <version>3.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jline</groupId>
-                <artifactId>jline-reader</artifactId>
-                <version>3.14.1</version>
+                <artifactId>jline-terminal-jansi</artifactId>
+                <version>3.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jline</groupId>
                 <artifactId>jline-terminal</artifactId>
-                <version>3.14.1</version>
+                <version>3.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jline</groupId>
-                <artifactId>jline-terminal-jansi</artifactId>
-                <version>3.14.1</version>
+                <artifactId>jline</artifactId>
+                <version>3.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jolokia</groupId>
                 <artifactId>aaa-authn-api</artifactId>
                 <version>0.12.1</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.aaa</groupId>
+                <artifactId>aaa-authn-api</artifactId>
+                <version>0.12.3</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-cert</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-cli</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
-                <artifactId>aaa-encrypt-service</artifactId>
-                <version>0.12.1</version>
+                <artifactId>aaa-encrypt-service-impl</artifactId>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
-                <artifactId>aaa-encrypt-service-impl</artifactId>
-                <version>0.12.1</version>
+                <artifactId>aaa-encrypt-service</artifactId>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-filterchain</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-password-service-api</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-password-service-impl</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.aaa</groupId>
+                <artifactId>aaa-shiro-api</artifactId>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
-                <artifactId>aaa-shiro-api</artifactId>
-                <version>0.12.1</version>
+                <artifactId>aaa-shiro</artifactId>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa.web</groupId>
                 <artifactId>servlet-api</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa.web</groupId>
                 <artifactId>servlet-jersey2</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa.web</groupId>
                 <artifactId>web-api</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa.web</groupId>
                 <artifactId>web-osgi-impl</artifactId>
-                <version>0.12.1</version>
+                <version>0.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>algo-api</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>blueprint</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>algo-impl</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-api</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-benchmark-app</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-client</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-bmp-api</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-dom-api</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-bmp-impl</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>messagebus-api</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-bmp-parser-impl</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>messagebus-impl</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-bmp-spi</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>messagebus-spi</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-cli</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>messagebus-util</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-concepts</artifactId>
-                <version>0.14.1</version>
+                <groupId>org.opendaylight.controller.model</groupId>
+                <artifactId>model-inventory</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-evpn</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-flowspec</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-inet</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-l3vpn</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-labeled-unicast</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-linkstate</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-mvpn</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-rp-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-rp-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-rp-statement</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-openconfig-state</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-parser-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-parser-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-parser-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-path-selection-mode</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-peer-acceptor</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-rib-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-rib-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-rib-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-route-target</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-topology-provider</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bmp-monitors-config-loader</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>concepts</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>config-loader-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>config-loader-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>data-change-counter</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>graph-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>graph-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-auto-bandwidth-extension</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-base-parser</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-cli</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-ietf-p2mp-te-lsp</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-ietf-stateful</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-segment-routing</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-server-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-server-provider</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-topology-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-topology-provider</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-topology-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-topology-stats</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-tunnel-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>pcep-tunnel-provider</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>programming-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>programming-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>programming-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>programming-topology-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>programming-tunnel-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>protocols-config-loader</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>routing-policy-config-loader</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>rsvp-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>rsvp-impl</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>rsvp-spi</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>topology-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>topology-config-loader</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>topology-segment-routing</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>topology-tunnel-api</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>util</artifactId>
-                <version>0.14.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>benchmark-api</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>blueprint</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>cds-access-api</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>cds-access-client</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>cds-dom-api</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>dsbenchmark</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>messagebus-api</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>messagebus-impl</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>messagebus-spi</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>messagebus-util</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.model</groupId>
-                <artifactId>model-inventory</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.model</groupId>
-                <artifactId>model-topology</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>netty-timer-config</artifactId>
-                <version>0.13.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>ntfbenchmark</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>rpcbenchmark</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-akka-raft</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-akka-segmented-journal</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-cluster-admin-api</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-cluster-admin-impl</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-clustering-commons</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-common-util</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-distributed-datastore</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-distributed-eos</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-remoterpc-connector</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>clustering-it-model</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>clustering-it-provider</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster-consumer</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster-provider</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.daexim</groupId>
-                <artifactId>daexim-akka-infoprovider-impl</artifactId>
-                <version>1.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.daexim</groupId>
-                <artifactId>daexim-impl</artifactId>
-                <version>1.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.daexim</groupId>
-                <artifactId>daexim-model</artifactId>
-                <version>1.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.daexim</groupId>
-                <artifactId>daexim-spi</artifactId>
-                <version>1.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>alarmmanager</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>alivenessmonitor-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>alivenessmonitor-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>alivenessmonitor-impl-protocols</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>arputil-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>arputil-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>cloudscaler-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>cloudscaler-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>countermanager</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>fcaps-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>fcapsapplication-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>fcapsapplication-jmxapi</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>idmanager-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>idmanager-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>idmanager-shell</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>interfacemanager-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>interfacemanager-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>interfacemanager-shell</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>ipv6util-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>ipv6util-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>itm-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>itm-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>lockmanager-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>lockmanager-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>mdsalutil-api</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>mdsalutil-impl</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.genius</groupId>
-                <artifactId>networkutils</artifactId>
-                <version>0.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>caches-api</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>caches-cli</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>caches-guava-impl</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>caches-impl-base</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>diagstatus-api</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>diagstatus-impl</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>diagstatus-shell</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>diagstatus-web</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>infrautils-util</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>inject</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>jobcoordinator-api</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>jobcoordinator-impl</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>metrics-api</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>metrics-impl</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>metrics-impl-prometheus</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>ready-api</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>ready-impl</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>shell</artifactId>
-                <version>1.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>bus-api</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>bus-jsonrpc</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>bus-messagelib</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>bus-spi</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>transport-http</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.bus</groupId>
-                <artifactId>transport-zmq</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc</groupId>
-                <artifactId>jsonrpc-api</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc</groupId>
-                <artifactId>jsonrpc-provider-common</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc</groupId>
-                <artifactId>jsonrpc-provider-single</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.security</groupId>
-                <artifactId>security-aaa</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.security</groupId>
-                <artifactId>security-api</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.security</groupId>
-                <artifactId>security-noop</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.jsonrpc.security</groupId>
-                <artifactId>security-service</artifactId>
-                <version>1.9.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.api</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.config</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.dsbackend</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.implementation</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.inmemorydb</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.lisp-proto</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.mapcache</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.neutron</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.shell</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>mappingservice.southbound</artifactId>
-                <version>1.12.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
-                <artifactId>iana-hardware</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
-                <artifactId>iana-if-type</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
-                <artifactId>iana-routing-types</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc6991</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc6991-ietf-inet-types</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc6991-ietf-yang-types</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7223</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7277</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7895</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7952</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8294</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8294-ietf-routing-types</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8342</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8342-ietf-datastores</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8342-ietf-origin</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8343</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8344</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345-ietf-network</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345-ietf-network-state</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345-ietf-network-topology</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345-ietf-network-topology-state</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8348</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8348-ietf-hardware</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8348-ietf-hardware-state</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8349</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8349-ietf-routing</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8519</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8519-ietf-access-control-list</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8519-ietf-ethertypes</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8519-ietf-packet-fields</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8520</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8520-ietf-acldns</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8520-ietf-mud</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8525</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8528</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8529</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8530</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8542</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-dom-adapter</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-dom-codec</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-dom-codec-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-dom-codec-spi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-generator-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-generator-impl</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-generator-util</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-runtime-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-runtime-osgi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-runtime-spi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-spec-util</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-spi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-binding-util</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-common-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-common-util</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-dom-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-dom-broker</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-dom-inmemory-datastore</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-dom-schema-osgi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-dom-spi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-binding-adapter</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-binding-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-common-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-common-spi</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-dom-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-eos-dom-simple</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-replicate-common</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-replicate-netty</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-singleton-common-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-singleton-dom-impl</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-trace-api</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-trace-cli</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-trace-impl</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-uint24-netty</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-yanglib-api</artifactId>
-                <version>0.11.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-yanglib-rfc7895</artifactId>
-                <version>0.11.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-yanglib-rfc8525</artifactId>
-                <version>0.11.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>general-entity</artifactId>
-                <version>6.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-ted</artifactId>
-                <version>2013.10.21.18.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-topology</artifactId>
-                <version>2013.10.21.18.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-topology-isis</artifactId>
-                <version>2013.10.21.18.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-                <version>2013.10.21.18.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-topology-ospf</artifactId>
-                <version>2013.10.21.18.7</version>
+                <groupId>org.opendaylight.controller.model</groupId>
+                <artifactId>model-topology</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>ietf-type-util</artifactId>
-                <version>6.0.7</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>netty-event-executor-config</artifactId>
+                <version>0.13.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>odl-uint24</artifactId>
-                <version>6.0.7</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>netty-threadgroup-config</artifactId>
+                <version>0.13.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>opendaylight-l2-types</artifactId>
-                <version>2013.08.27.18.7</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>netty-timer-config</artifactId>
+                <version>0.13.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>yang-ext</artifactId>
-                <version>2013.09.07.18.7</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-akka-raft</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>yang-binding</artifactId>
-                <version>6.0.7</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-akka-segmented-journal</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>aaa-authn-odl-plugin</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-cluster-admin-api</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>callhome-model</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-cluster-admin-impl</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>callhome-protocol</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-clustering-commons</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>callhome-provider</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-common-util</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-distributed-datastore</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf-monitoring</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-distributed-eos</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf-monitoring-extension</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-remoterpc-connector</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf-nmda</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster-consumer</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf-notifications</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster-provider</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-netconf-with-defaults</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster</artifactId>
+                <version>2.0.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-restconf</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>threadpool-config-api</artifactId>
+                <version>0.13.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>ietf-restconf-monitoring</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>threadpool-config-impl</artifactId>
+                <version>0.13.7</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-connector</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.daexim</groupId>
+                <artifactId>daexim-akka-infoprovider-impl</artifactId>
+                <version>1.8.4</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-impl</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.daexim</groupId>
+                <artifactId>daexim-impl</artifactId>
+                <version>1.8.4</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-monitoring</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.daexim</groupId>
+                <artifactId>daexim-model</artifactId>
+                <version>1.8.4</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-notification</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.daexim</groupId>
+                <artifactId>daexim-spi</artifactId>
+                <version>1.8.4</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-ssh</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-util</artifactId>
+                <version>1.8.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-tcp</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>ready-api</artifactId>
+                <version>1.8.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>mdsal-netconf-yang-library</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>ready-impl</artifactId>
+                <version>1.8.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>messagebus-netconf</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+                <artifactId>iana-hardware</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-api</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+                <artifactId>iana-if-type</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-auth</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+                <artifactId>iana-routing-types</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-client</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc6991-ietf-inet-types</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-config</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc6991-ietf-yang-types</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-console</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc6991</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-dom-api</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc7223</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-impl</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc7277</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-mapping-api</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc7895</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-netty-util</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc7952</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-notifications-api</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8294-ietf-routing-types</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-topology</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8294</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-topology-impl</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8342-ietf-datastores</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-topology-singleton</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8342-ietf-origin</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-util</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8342</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-common</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8343</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-common-models</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8344</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-nb-bierman02</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8345-ietf-network-state</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-nb-rfc8040</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8345-ietf-network-topology-state</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>sal-netconf-connector</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8345-ietf-network-topology</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>sal-rest-docgen</artifactId>
-                <version>1.12.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8345-ietf-network</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>shaded-exificient</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8345</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>shaded-sshd</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8348-ietf-hardware-state</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>yanglib</artifactId>
-                <version>1.9.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8348-ietf-hardware</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>aclservice-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8348</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>aclservice-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>aclservice-shell</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>alarm-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8349-ietf-routing</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>bgpmanager-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8349</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>bgpmanager-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8519-ietf-access-control-list</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>cache-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8519-ietf-ethertypes</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>dhcpservice-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8519-ietf-packet-fields</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>dhcpservice-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8519</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>elanmanager-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8520-ietf-acldns</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>elanmanager-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8520-ietf-mud</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>fibmanager-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8520</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>fibmanager-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8525</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>fibmanager-shell</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8528</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>ipv6service-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8529</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>ipv6service-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8530</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>ipv6service-shell</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>model-bgp</artifactId>
-                <version>2013.07.15.17.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>natservice-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8542</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>natservice-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>neutronvpn-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-dom-adapter</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>neutronvpn-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-dom-codec-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>neutronvpn-shell</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>qosservice-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-dom-codec-spi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>qosservice-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-dom-codec</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>statemanager-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-generator-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>vpnmanager-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-generator-impl</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>vpnmanager-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-generator-util</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.netvirt</groupId>
-                <artifactId>vpnmanager-shell</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-runtime-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>model</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-runtime-osgi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>neutron-hostconfig-ovs</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-runtime-spi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>neutron-hostconfig-utils</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-spec-util</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>neutron-hostconfig-vpp</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-spi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>neutron-spi</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-binding-util</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>northbound-api</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-common-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.neutron</groupId>
-                <artifactId>transcriber</artifactId>
-                <version>0.15.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-common-util</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.odlparent</groupId>
-                <artifactId>bcpkix-framework-ext</artifactId>
-                <version>7.0.7</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.odlparent</groupId>
-                <artifactId>bcprov-framework-ext</artifactId>
-                <version>7.0.7</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-broker</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.odlparent</groupId>
-                <artifactId>karaf.branding</artifactId>
-                <version>7.0.7</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-inmemory-datastore</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.odlparent</groupId>
-                <artifactId>logging-markers</artifactId>
-                <version>7.0.7</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-schema-osgi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>arbitratorreconciliation-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-spi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>arbitratorreconciliation-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-binding-adapter</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>bulk-o-matic</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-binding-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>device-ownership-service</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-common-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>forwardingrules-manager</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-common-spi</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>forwardingrules-sync</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-dom-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>lldp-speaker</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-eos-dom-simple</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>notification-supplier</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-singleton-common-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>of-switch-config-pusher</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-singleton-dom-impl</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>reconciliation-framework</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-trace-api</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>southbound-cli</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-trace-cli</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>table-miss-enforcer</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-trace-impl</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>topology-lldp-discovery</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-uint24-netty</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.applications</groupId>
-                <artifactId>topology-manager</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>general-entity</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>drop-test-karaf</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-ted</artifactId>
+                <version>2013.10.21.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.libraries</groupId>
-                <artifactId>liblldp</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-topology-isis</artifactId>
+                <version>2013.10.21.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.model</groupId>
-                <artifactId>model-flow-base</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-topology-l3-unicast-igp</artifactId>
+                <version>2013.10.21.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.model</groupId>
-                <artifactId>model-flow-service</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-topology-ospf</artifactId>
+                <version>2013.10.21.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.model</groupId>
-                <artifactId>model-flow-statistics</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-topology</artifactId>
+                <version>2013.10.21.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowjava-extension-eric</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>ietf-type-util</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowjava-extension-nicira</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>odl-uint24</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowjava-extension-nicira-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>opendaylight-l2-types</artifactId>
+                <version>2013.08.27.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
-                <artifactId>openflowjava-blueprint-config</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>yang-ext</artifactId>
+                <version>2013.09.07.18.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
-                <artifactId>openflowjava-util</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>yang-binding</artifactId>
+                <version>6.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
-                <artifactId>openflow-protocol-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>aaa-authn-odl-plugin</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
-                <artifactId>openflow-protocol-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>callhome-model</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
-                <artifactId>openflow-protocol-spi</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>callhome-protocol</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>callhome-provider</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf-monitoring-extension</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-blueprint-config</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf-monitoring</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-common</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf-nmda</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-extension-api</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf-notifications</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-extension-eric</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf-with-defaults</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-extension-nicira</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-netconf</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-extension-onf</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-restconf-monitoring</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>openflowplugin-impl</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>ietf-restconf</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>test-common</artifactId>
-                <version>0.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-connector</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>hwvtepsouthbound-api</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-impl</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>hwvtepsouthbound-impl</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-monitoring</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>library</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-notification</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>schema.hardwarevtep</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-ssh</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>schema.openvswitch</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-tcp</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>southbound-api</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>mdsal-netconf-yang-library</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>southbound-impl</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>messagebus-netconf</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.config</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-api</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.hwvtepsouthbound-utils</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-auth</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.mdsal-utils</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-client</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.servicehelper</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-config</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.southbound-utils</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-console</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.ovsdb</groupId>
-                <artifactId>utils.yang-utils</artifactId>
-                <version>1.11.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-dom-api</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>listener-api</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-impl</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>rpc-api</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-mapping-api</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>srm-api</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-netty-util</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>srm-impl</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-notifications-api</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>srm-shell</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-topology-impl</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>tools-api</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-topology-singleton</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.serviceutils</groupId>
-                <artifactId>upgrade</artifactId>
-                <version>0.6.1</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-topology</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce.ordmodels</groupId>
-                <artifactId>transportpce-ordmodels-common</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-util</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce.ordmodels</groupId>
-                <artifactId>transportpce-ordmodels-device</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>restconf-common-models</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce.ordmodels</groupId>
-                <artifactId>transportpce-ordmodels-network</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>restconf-common</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce.ordmodels</groupId>
-                <artifactId>transportpce-ordmodels-service</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>restconf-nb-bierman02</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-api</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>restconf-nb-rfc8040</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-common</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>sal-netconf-connector</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-inventory</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>sal-rest-docgen</artifactId>
+                <version>1.12.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-networkmodel</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>shaded-exificient</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-olm</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>shaded-sshd</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-pce</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>yanglib</artifactId>
+                <version>1.9.3</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-renderer</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.odlparent</groupId>
+                <artifactId>bcpkix-framework-ext</artifactId>
+                <version>7.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-servicehandler</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.odlparent</groupId>
+                <artifactId>bcprov-framework-ext</artifactId>
+                <version>7.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-tapi</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.odlparent</groupId>
+                <artifactId>karaf.branding</artifactId>
+                <version>7.0.8</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.transportpce</groupId>
-                <artifactId>transportpce-tapimodels</artifactId>
-                <version>2.1.0</version>
+                <groupId>org.opendaylight.odlparent</groupId>
+                <artifactId>logging-markers</artifactId>
+                <version>7.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-common</artifactId>
-                <version>5.0.7</version>
+                <artifactId>yang-common-netty</artifactId>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-common-netty</artifactId>
-                <version>5.0.7</version>
+                <artifactId>yang-common</artifactId>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>5.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-data-jaxen</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>5.0.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-data-xpath-api</artifactId>
-                <version>0.3.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-antlr</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-antlr</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>5.0.7</version>
+                <version>5.0.8</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.base</groupId>
                 <artifactId>pax-cdi-weld</artifactId>
                 <version>1.1.3</version>
             </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.jdbc</groupId>
-                <artifactId>pax-jdbc</artifactId>
-                <version>1.3.4</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.jdbc</groupId>
-                <artifactId>pax-jdbc</artifactId>
-                <version>1.4.4</version>
-            </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.jdbc</groupId>
                 <artifactId>pax-jdbc-config</artifactId>
                 <artifactId>pax-jdbc-teradata</artifactId>
                 <version>1.4.4</version>
             </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.jdbc</groupId>
+                <artifactId>pax-jdbc</artifactId>
+                <version>1.3.4</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ops4j.pax.jdbc</groupId>
+                <artifactId>pax-jdbc</artifactId>
+                <version>1.4.4</version>
+            </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.jms</groupId>
                 <artifactId>pax-jms-activemq</artifactId>
             <dependency>
                 <groupId>org.ops4j.pax.logging</groupId>
                 <artifactId>pax-logging-api</artifactId>
-                <version>1.11.6</version>
+                <version>1.11.7</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.logging</groupId>
                 <artifactId>pax-logging-log4j2</artifactId>
-                <version>1.11.6</version>
+                <version>1.11.7</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.logging</groupId>
                 <artifactId>pax-logging-logback</artifactId>
-                <version>1.11.6</version>
+                <version>1.11.7</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.tipi</groupId>
                 <artifactId>org.ops4j.pax.tipi.tomcat-embed-core</artifactId>
-                <version>8.5.32.1</version>
+                <version>8.5.57.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.tipi</groupId>
                 <artifactId>org.ops4j.pax.tipi.tomcat-embed-websocket</artifactId>
-                <version>8.5.32.1</version>
+                <version>8.5.57.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.transx</groupId>
             <dependency>
                 <groupId>org.ops4j.pax.url</groupId>
                 <artifactId>pax-url-war</artifactId>
-                <version>2.6.1</version>
+                <version>2.6.2</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.url</groupId>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-api</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-deployer</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-descriptor</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-extender-war</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-extender-whiteboard</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-jetty</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-jsp</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-resources-extender</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-resources-jsf</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-runtime</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-spi</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-tomcat</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.web</groupId>
                 <artifactId>pax-web-undertow</artifactId>
-                <version>7.2.16</version>
+                <version>7.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm</artifactId>
-                <version>5.2</version>
+                <artifactId>asm-analysis</artifactId>
+                <version>8.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm</artifactId>
+                <artifactId>asm-commons</artifactId>
                 <version>8.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm-analysis</artifactId>
+                <artifactId>asm-tree</artifactId>
                 <version>8.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm-commons</artifactId>
+                <artifactId>asm-util</artifactId>
                 <version>8.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm-tree</artifactId>
-                <version>8.0.1</version>
+                <artifactId>asm</artifactId>
+                <version>5.2</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
-                <artifactId>asm-util</artifactId>
+                <artifactId>asm</artifactId>
                 <version>8.0.1</version>
             </dependency>
             <dependency>
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-library</artifactId>
-                <version>2.13.3</version>
+                <version>2.13.4</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-reflect</artifactId>
-                <version>2.13.3</version>
+                <version>2.13.4</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
index 16bedb8..cc21dc4 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>6.0.7</version>
+        <version>6.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 9acecb9..854f906 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 112deba..5ce4d10 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 9555a16..cfbf24f 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 5533753..b1c1b94 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-it-parent</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 040486a..87f45c3 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 02393a0..53dc0d6 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index dd00c08..28263f8 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=binding-parent
 odlparent.groupId=org.opendaylight.mdsal
-odlparent.version=6.0.7
+odlparent.version=6.0.8
index bbe4524..77f479f 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=bundle-parent
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index 97e5a28..ef60b21 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=feature-repo-parent
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index 0f8077d..27861d5 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=karaf4-parent
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index b3f808a..ffa5853 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=mdsal-it-parent
 odlparent.groupId=org.opendaylight.controller
-odlparent.version=2.0.6
+odlparent.version=2.0.7
index befd86c..b26405a 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=odlparent-lite
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index ca218fa..025180e 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=odlparent
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index 362cd2b..b9aecd6 100644 (file)
@@ -1,3 +1,3 @@
 odlparent.artifactId=single-feature-parent
 odlparent.groupId=org.opendaylight.odlparent
-odlparent.version=7.0.7
+odlparent.version=7.0.8
index 09b4e79..a03e81f 100755 (executable)
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>\${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>\${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>\${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 0e9dc9e..058a213 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.7</version>
+        <version>7.0.8</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 3473412..355a79c 100755 (executable)
         <checkstyle.skip>true</checkstyle.skip>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
         <ccsdk.sli.plugins.version>${ccsdk.sli.version}</ccsdk.sli.plugins.version>
-        <ccsdk.distribution.version>1.1.1-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
 
         <mariadb.connector.version>2.1.1</mariadb.connector.version>
         <fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
index c8b6739..1fbb3f4 100644 (file)
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index c9d4693..e99acb8 100644 (file)
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index 53dedc9..6fe1548 100644 (file)
         <logging-analytics.version>1.6.6</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>1.1.1</ccsdk.cds.version>
-        <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
-        <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.cds.version>1.1.4</ccsdk.cds.version>
+        <ccsdk.features.version>1.1.5-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.distribution.version>1.1.6-SNAPSHOT</ccsdk.distribution.version>
+        <ccsdk.sli.version>1.2.3-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
index f2615b8..65ec684 100755 (executable)
@@ -43,15 +43,30 @@ do
     groupId=$(echo $jar | rev | cut -d'/' -f4- | rev | tr '/' '.')
 
 
-    echo "        <dependency>"
-    echo "            <groupId>$groupId</groupId>"
-    echo "            <artifactId>$artifactId</artifactId>"
-    echo "            <version>$version</version>"
-    echo "        </dependency>"
+    echo "            <dependency>"
+    echo "                <groupId>$groupId</groupId>"
+    echo "                <artifactId>$artifactId</artifactId>"
+    echo "                <version>$version</version>"
+    echo "            </dependency>"
 done
 
 cat  <<END
         </dependencies>
     </dependencyManagement>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <!-- This version supports the "deployAtEnd" parameter -->
+                <version>2.8</version>
+                <configuration>
+                    <skip/>
+                    <deployAtEnd>true</deployAtEnd>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
 END