diff options
23 files changed, 1961 insertions, 913 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 313ecf8b..19826c5a 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -23,12 +23,12 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> @@ -245,8 +245,8 @@ <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <!-- ODL has 2.27 --> - <version>2.33</version> + <!-- ODL has 2.41 --> + <version>2.41</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index fd2b5c2a..7efe674c 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -43,29 +43,29 @@ <!-- Other OpenDaylight dependencies --> <dependency> <groupId>org.opendaylight.bgpcep</groupId> - <artifactId>bgp-artifacts</artifactId> - <version>0.19.5</version> + <artifactId>bgpcep-artifacts</artifactId> + <version>0.20.6</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> <type>pom</type> <scope>import</scope> </dependency> @@ -123,19 +123,19 @@ <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <version>2.27</version> + <version>2.41</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>commons-cli</groupId> diff --git a/installed-odl-bom/pom.xml b/installed-odl-bom/pom.xml index ebdb27c0..48553ee7 100644 --- a/installed-odl-bom/pom.xml +++ b/installed-odl-bom/pom.xml @@ -23,37 +23,42 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-base</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> - <version>2.14.3</version> + <version>2.15.3</version> </dependency> <dependency> <groupId>com.fasterxml.woodstox</groupId> @@ -61,14 +66,9 @@ <version>6.5.1</version> </dependency> <dependency> - <groupId>com.github.mifmif</groupId> - <artifactId>generex</artifactId> - <version>1.0.2</version> - </dependency> - <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> - <version>4.7.3</version> + <version>4.8.3</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> @@ -76,6 +76,11 @@ <version>2.10.1</version> </dependency> <dependency> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>failureaccess</artifactId> <version>1.0.1</version> @@ -83,17 +88,12 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>31.1-jre</version> - </dependency> - <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - <version>1.1.1</version> + <version>32.1.3-jre</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>2.1.214</version> + <version>2.2.220</version> </dependency> <dependency> <groupId>com.lmax</groupId> @@ -103,17 +103,42 @@ <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> - <version>9.4.1.jre8</version> + <version>12.3.1.jre8-preview</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.15.1</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> </dependency> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc8</artifactId> - <version>21.4.0.0.1</version> + <version>23.2.0.0</version> </dependency> <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> - <version>5.17.0</version> + <version>5.20.0</version> </dependency> <dependency> <groupId>com.sun.activation</groupId> @@ -136,36 +161,6 @@ <version>4.0.3</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.13.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>dk.brics</groupId> <artifactId>automaton</artifactId> <version>1.12-4</version> @@ -183,97 +178,97 @@ <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> - <version>4.2.19</version> + <version>4.2.23</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> - <version>4.2.19</version> + <version>4.2.23</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> - <version>4.2.19</version> + <version>4.2.23</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jmx</artifactId> - <version>4.2.19</version> + <version>4.2.23</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> - <version>4.2.19</version> + <version>4.2.23</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-buffer</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty</artifactId> + <version>3.10.6.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-codec-http</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-buffer</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>4.1.95.Final</version> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-common</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-codec-http</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-handler</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-common</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-resolver</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-handler</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-transport-classes-epoll</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-resolver</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-transport-native-epoll</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-transport</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-transport-native-unix-common</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-transport-classes-epoll</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty-transport</artifactId> - <version>4.1.95.Final</version> + <artifactId>netty-transport-native-epoll</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> - <artifactId>netty</artifactId> - <version>3.10.6.Final</version> + <artifactId>netty-transport-native-unix-common</artifactId> + <version>4.1.104.Final</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> - <version>2.2.22.Final</version> + <version>2.2.26.Final</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-servlet</artifactId> - <version>2.2.22.Final</version> + <version>2.2.26.Final</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-websockets-jsr</artifactId> - <version>2.2.22.Final</version> + <version>2.2.26.Final</version> </dependency> <dependency> <groupId>jakarta.activation</groupId> @@ -353,7 +348,7 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.4</version> + <version>1.14.9</version> </dependency> <dependency> <groupId>net.java.dev.stax-utils</groupId> @@ -378,7 +373,7 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> - <version>4.13.0</version> + <version>4.13.1</version> </dependency> <dependency> <groupId>org.apache.aries.blueprint</groupId> @@ -392,13 +387,13 @@ </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.3</version> </dependency> <dependency> <groupId>org.apache.aries.blueprint</groupId> - <artifactId>org.apache.aries.blueprint.core</artifactId> - <version>1.10.3</version> + <artifactId>org.apache.aries.blueprint.core.compatibility</artifactId> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.aries.blueprint</groupId> @@ -431,6 +426,11 @@ <version>1.2.0</version> </dependency> <dependency> + <groupId>org.apache.aries</groupId> + <artifactId>org.apache.aries.util</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> <groupId>org.apache.aries.proxy</groupId> <artifactId>org.apache.aries.proxy</artifactId> <version>1.1.13</version> @@ -443,7 +443,7 @@ <dependency> <groupId>org.apache.aries.spifly</groupId> <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> - <version>1.3.5</version> + <version>1.3.6</version> </dependency> <dependency> <groupId>org.apache.aries.transaction</groupId> @@ -451,11 +451,6 @@ <version>1.3.3</version> </dependency> <dependency> - <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.util</artifactId> - <version>1.1.3</version> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> <version>2.9.0</version> @@ -463,7 +458,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.14.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -473,16 +468,16 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.10.0</version> + <version>1.11.0</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> - <artifactId>derbyclient</artifactId> + <artifactId>derby</artifactId> <version>10.14.2.0</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> + <artifactId>derbyclient</artifactId> <version>10.14.2.0</version> </dependency> <dependency> @@ -497,13 +492,13 @@ </dependency> <dependency> <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.configadmin.plugin.interpolation</artifactId> - <version>1.2.6</version> + <artifactId>org.apache.felix.configadmin</artifactId> + <version>1.9.26</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.configadmin</artifactId> - <version>1.9.26</version> + <artifactId>org.apache.felix.configadmin.plugin.interpolation</artifactId> + <version>1.2.8</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -527,13 +522,13 @@ </dependency> <dependency> <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.framework.security</artifactId> - <version>2.8.3</version> + <artifactId>org.apache.felix.framework</artifactId> + <version>7.0.5</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.framework</artifactId> - <version>7.0.5</version> + <artifactId>org.apache.felix.framework.security</artifactId> + <version>2.8.4</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -542,6 +537,11 @@ </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.http.servlet-api</artifactId> <version>1.2.0</version> </dependency> @@ -552,11 +552,6 @@ </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> <version>1.1.0</version> </dependency> @@ -568,7 +563,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr</artifactId> - <version>2.2.4</version> + <version>2.2.6</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -593,7 +588,7 @@ <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> - <version>3.1.4</version> + <version>3.1.5</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> @@ -606,274 +601,294 @@ <version>1.1.1</version> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient-osgi</artifactId> + <version>4.5.14</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore-osgi</artifactId> + <version>4.4.16</version> + </dependency> + <dependency> + <groupId>org.apache.kafka</groupId> + <artifactId>kafka-clients</artifactId> + <version>3.0.0</version> + </dependency> + <dependency> <groupId>org.apache.karaf.audit</groupId> <artifactId>org.apache.karaf.audit.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.bundle</groupId> <artifactId>org.apache.karaf.bundle.blueprintstate</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.bundle</groupId> <artifactId>org.apache.karaf.bundle.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.config</groupId> <artifactId>org.apache.karaf.config.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.deployer</groupId> <artifactId>org.apache.karaf.deployer.blueprint</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.deployer</groupId> <artifactId>org.apache.karaf.deployer.features</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.deployer</groupId> <artifactId>org.apache.karaf.deployer.kar</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.deployer</groupId> <artifactId>org.apache.karaf.deployer.wrap</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>org.apache.karaf.diagnostic.boot</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>org.apache.karaf.diagnostic.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>org.apache.karaf.features.command</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>org.apache.karaf.features.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>org.apache.karaf.features.extension</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.http</groupId> <artifactId>org.apache.karaf.http.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.instance</groupId> <artifactId>org.apache.karaf.instance.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>org.apache.karaf.jaas.blueprint.config</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>org.apache.karaf.jaas.blueprint.jasypt</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.boot</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.command</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.config</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.jasypt</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.modules</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jaas</groupId> <artifactId>org.apache.karaf.jaas.spring-security-crypto</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.jdbc</groupId> <artifactId>org.apache.karaf.jdbc.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.kar</groupId> <artifactId>org.apache.karaf.kar.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.log</groupId> <artifactId>org.apache.karaf.log.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.management</groupId> <artifactId>org.apache.karaf.management.server</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> + </dependency> + <dependency> + <groupId>org.apache.karaf</groupId> + <artifactId>manual</artifactId> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.maven</groupId> <artifactId>org.apache.karaf.maven.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.obr</groupId> <artifactId>org.apache.karaf.obr.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> + </dependency> + <dependency> + <groupId>org.apache.karaf</groupId> + <artifactId>org.apache.karaf.client</artifactId> + <version>4.4.4</version> + </dependency> + <dependency> + <groupId>org.apache.karaf</groupId> + <artifactId>org.apache.karaf.event</artifactId> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.package</groupId> <artifactId>org.apache.karaf.package.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.profile</groupId> <artifactId>org.apache.karaf.profile.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.scheduler</groupId> <artifactId>org.apache.karaf.scheduler.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.scr</groupId> <artifactId>org.apache.karaf.scr.management</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.scr</groupId> <artifactId>org.apache.karaf.scr.state</artifactId> - <version>4.4.3</version> - </dependency> - <dependency> - <groupId>org.apache.karaf.services</groupId> - <artifactId>org.apache.karaf.services.eventadmin</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.service</groupId> <artifactId>org.apache.karaf.service.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.service</groupId> <artifactId>org.apache.karaf.service.guard</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> + </dependency> + <dependency> + <groupId>org.apache.karaf.services</groupId> + <artifactId>org.apache.karaf.services.eventadmin</artifactId> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.commands</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.console</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> + </dependency> + <dependency> + <groupId>org.apache.karaf.shell</groupId> + <artifactId>org.apache.karaf.shell.groovy</artifactId> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.ssh</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.table</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.system</groupId> <artifactId>org.apache.karaf.system.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.tooling</groupId> <artifactId>org.apache.karaf.tools.utils</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>org.apache.karaf.webconsole.console</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>org.apache.karaf.webconsole.features</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>org.apache.karaf.webconsole.gogo</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>org.apache.karaf.webconsole.http</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>org.apache.karaf.webconsole.instance</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.web</groupId> <artifactId>org.apache.karaf.web.core</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.karaf.wrapper</groupId> <artifactId>org.apache.karaf.wrapper.core</artifactId> - <version>4.4.3</version> - </dependency> - <dependency> - <groupId>org.apache.karaf</groupId> - <artifactId>manual</artifactId> - <version>4.4.3</version> - </dependency> - <dependency> - <groupId>org.apache.karaf</groupId> - <artifactId>org.apache.karaf.client</artifactId> - <version>4.4.3</version> - </dependency> - <dependency> - <groupId>org.apache.karaf</groupId> - <artifactId>org.apache.karaf.event</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> @@ -887,12 +902,12 @@ </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> <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> @@ -913,32 +928,37 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.johnzon</artifactId> - <version>1.2.14</version> + <version>1.2.16</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-osgi</artifactId> - <version>2.9.2</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-scp</artifactId> - <version>2.9.2</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.9.2</version> + <version>2.10.0</version> + </dependency> + <dependency> + <groupId>org.apfloat</groupId> + <artifactId>apfloat</artifactId> + <version>1.10.1</version> </dependency> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> - <version>3.36.0</version> + <version>3.42.0</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> - <version>4.2.1</version> + <version>4.2.2</version> </dependency> <dependency> <groupId>org.eclipse.jdt</groupId> @@ -946,149 +966,179 @@ <version>3.26.0</version> </dependency> <dependency> - <groupId>org.eclipse.jdt</groupId> - <artifactId>org.eclipse.jdt.annotation</artifactId> - <version>2.2.700</version> - </dependency> - <dependency> <groupId>org.eclipse.jetty.alpn</groupId> <artifactId>alpn-api</artifactId> <version>1.1.3.v20160715</version> </dependency> <dependency> <groupId>org.eclipse.jetty.http2</groupId> - <artifactId>http2-common</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>http2-client</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty.http2</groupId> - <artifactId>http2-hpack</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>http2-common</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty.http2</groupId> - <artifactId>http2-server</artifactId> - <version>9.4.50.v20221201</version> - </dependency> - <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>javax-websocket-client-impl</artifactId> - <version>9.4.50.v20221201</version> - </dependency> - <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>javax-websocket-server-impl</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>http2-hpack</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-api</artifactId> - <version>9.4.50.v20221201</version> + <groupId>org.eclipse.jetty.http2</groupId> + <artifactId>http2-http-client-transport</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-client</artifactId> - <version>9.4.50.v20221201</version> + <groupId>org.eclipse.jetty.http2</groupId> + <artifactId>http2-server</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-common</artifactId> - <version>9.4.50.v20221201</version> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-alpn-client</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-server</artifactId> - <version>9.4.50.v20221201</version> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-alpn-java-client</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> - <groupId>org.eclipse.jetty.websocket</groupId> - <artifactId>websocket-servlet</artifactId> - <version>9.4.50.v20221201</version> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-alpn-java-server</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-alpn-java-server</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>jetty-alpn-openjdk8-client</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-openjdk8-server</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-server</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-client</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jaas</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jmx</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-openid</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-proxy</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-rewrite</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-servlets</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>jetty-servlet</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-servlet</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>jetty-servlets</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util-ajax</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>jetty-util</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> - <version>9.4.50.v20221201</version> + <artifactId>jetty-util-ajax</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-xml</artifactId> - <version>9.4.50.v20221201</version> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>javax-websocket-client-impl</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>javax-websocket-server-impl</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-api</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-client</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-common</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-server</artifactId> + <version>9.4.52.v20230823</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-servlet</artifactId> + <version>9.4.52.v20230823</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> @@ -1132,63 +1182,88 @@ </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> - <artifactId>jersey-container-servlet-core</artifactId> - <version>2.40</version> + <artifactId>jersey-container-servlet</artifactId> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> - <artifactId>jersey-container-servlet</artifactId> - <version>2.40</version> + <artifactId>jersey-container-servlet-core</artifactId> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> - <version>2.40</version> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> - <version>2.40</version> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> - <version>2.40</version> + <version>2.41</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.ext</groupId> + <artifactId>jersey-entity-filtering</artifactId> + <version>2.41</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.ext</groupId> + <artifactId>jersey-proxy-client</artifactId> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>jersey-hk2</artifactId> - <version>2.40</version> + <version>2.41</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.media</groupId> + <artifactId>jersey-media-json-jackson</artifactId> + <version>2.41</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-sse</artifactId> - <version>2.40</version> + <version>2.41</version> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>2.7.1</version> + <version>2.7.2</version> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.29.2-GA</version> + <version>3.30.2-GA</version> </dependency> <dependency> <groupId>org.jboss.narayana.osgi</groupId> <artifactId>narayana-osgi-jta</artifactId> - <version>5.12.5.Final</version> + <version>5.12.7.Final</version> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-api</artifactId> - <version>3.8.8.Final</version> + <version>3.8.10.Final</version> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-nio</artifactId> - <version>3.8.8.Final</version> + <version>3.8.10.Final</version> + </dependency> + <dependency> + <groupId>org.jgrapht</groupId> + <artifactId>jgrapht-core</artifactId> + <version>1.5.2</version> + </dependency> + <dependency> + <groupId>org.jheaps</groupId> + <artifactId>jheaps</artifactId> + <version>0.14</version> </dependency> <dependency> <groupId>org.jline</groupId> @@ -1201,1499 +1276,2469 @@ <version>1.7.2</version> </dependency> <dependency> - <groupId>org.lmdbjava</groupId> - <artifactId>lmdbjava</artifactId> - <version>0.7.0</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-jetty94-adapter</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.lz4</groupId> - <artifactId>lz4-java</artifactId> - <version>1.8.0</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-jetty-adapter-spi</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - <version>2.7.4</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-jetty-core</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.opendaylight.aaa.web</groupId> - <artifactId>servlet-api</artifactId> - <version>0.17.11</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-osgi-adapter</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.opendaylight.aaa.web</groupId> - <artifactId>servlet-jersey2</artifactId> - <version>0.17.11</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-pax-web-jetty94</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.opendaylight.aaa.web</groupId> - <artifactId>web-api</artifactId> - <version>0.17.11</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-pax-web-undertow</artifactId> + <version>18.0.2</version> </dependency> <dependency> - <groupId>org.opendaylight.aaa.web</groupId> - <artifactId>web-osgi-impl</artifactId> - <version>0.17.11</version> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-undertow-adapter</artifactId> + <version>18.0.2</version> + </dependency> + <dependency> + <groupId>org.keycloak</groupId> + <artifactId>keycloak-undertow-adapter-spi</artifactId> + <version>18.0.2</version> + </dependency> + <dependency> + <groupId>org.lmdbjava</groupId> + <artifactId>lmdbjava</artifactId> + <version>0.7.0</version> + </dependency> + <dependency> + <groupId>org.lz4</groupId> + <artifactId>lz4-java</artifactId> + <version>1.8.0</version> + </dependency> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>3.1.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-authn-api</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-cert</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-cli</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> - <artifactId>aaa-encrypt-service-impl</artifactId> - <version>0.17.11</version> + <artifactId>aaa-encrypt-service</artifactId> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> - <artifactId>aaa-encrypt-service</artifactId> - <version>0.17.11</version> + <artifactId>aaa-encrypt-service-impl</artifactId> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-filterchain</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-idm-store-h2</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-password-service-api</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-password-service-impl</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> - <artifactId>aaa-shiro-api</artifactId> - <version>0.17.11</version> + <artifactId>aaa-shiro</artifactId> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> - <artifactId>aaa-shiro</artifactId> - <version>0.17.11</version> + <artifactId>aaa-shiro-api</artifactId> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-tokenauthrealm</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>repackaged-shiro</artifactId> - <version>0.17.11</version> + <version>0.18.4</version> </dependency> <dependency> - <groupId>org.opendaylight.controller.samples</groupId> - <artifactId>sample-toaster-consumer</artifactId> - <version>7.0.9</version> + <groupId>org.opendaylight.aaa.web</groupId> + <artifactId>servlet-api</artifactId> + <version>0.18.4</version> </dependency> <dependency> - <groupId>org.opendaylight.controller.samples</groupId> - <artifactId>sample-toaster-provider</artifactId> - <version>7.0.9</version> + <groupId>org.opendaylight.aaa.web</groupId> + <artifactId>servlet-jersey2</artifactId> + <version>0.18.4</version> </dependency> <dependency> - <groupId>org.opendaylight.controller.samples</groupId> - <artifactId>sample-toaster</artifactId> - <version>7.0.9</version> + <groupId>org.opendaylight.aaa.web</groupId> + <artifactId>web-api</artifactId> + <version>0.18.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.aaa.web</groupId> + <artifactId>web-osgi-impl</artifactId> + <version>0.18.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>algo-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>algo-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-benchmark-app</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-bmp-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-bmp-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-bmp-parser-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-bmp-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-cli</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-concepts</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-evpn</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-flowspec</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-inet</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-l3vpn</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-labeled-unicast</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-linkstate</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-mvpn</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-rp-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-rp-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-rp-statement</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-state</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-parser-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-parser-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-parser-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-path-selection-mode</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-peer-acceptor</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-rib-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-rib-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-rib-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-route-target</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-topology-provider</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bmp-monitors-config-loader</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>concepts</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>config-loader-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>config-loader-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>data-change-counter</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>graph-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>graph-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-auto-bandwidth-extension</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-base-parser</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-cli</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-ietf-p2mp-te-lsp</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-ietf-stateful</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-segment-routing</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-server-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-server-provider</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-topology-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-topology-provider</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-topology-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-tunnel-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>pcep-tunnel-provider</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>programming-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>programming-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>programming-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>programming-topology-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>programming-tunnel-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>protocols-config-loader</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>routing-policy-config-loader</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>rsvp-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>rsvp-impl</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>rsvp-spi</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>topology-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>topology-config-loader</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>topology-segment-routing</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>topology-tunnel-api</artifactId> + <version>0.20.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>util</artifactId> + <version>0.20.6</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>atomix-storage</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>benchmark-api</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>blueprint</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>cds-access-api</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>cds-access-client</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>cds-dom-api</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>cds-mgmt-api</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>dsbenchmark</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>eos-dom-akka</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>netty-event-executor-config</artifactId> - <version>0.18.9</version> + <version>0.19.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>netty-threadgroup-config</artifactId> - <version>0.18.9</version> + <version>0.19.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>netty-timer-config</artifactId> - <version>0.18.9</version> + <version>0.19.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>ntfbenchmark</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>repackaged-akka</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>rpcbenchmark</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-akka-raft</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-akka-segmented-journal</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-cluster-admin-api</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-cluster-admin-impl</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-cluster-admin-karaf-cli</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-clustering-commons</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-common-util</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-distributed-datastore</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-remoterpc-connector</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>clustering-it-karaf-cli</artifactId> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>clustering-it-model</artifactId> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>clustering-it-provider</artifactId> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>sample-toaster</artifactId> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>sample-toaster-consumer</artifactId> + <version>8.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller.samples</groupId> + <artifactId>sample-toaster-provider</artifactId> + <version>8.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>threadpool-config-api</artifactId> - <version>0.18.9</version> + <version>0.19.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>threadpool-config-impl</artifactId> - <version>0.18.9</version> + <version>0.19.4</version> </dependency> <dependency> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-akka-infoprovider-impl</artifactId> - <version>1.13.2</version> + <version>1.14.2</version> </dependency> <dependency> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-impl</artifactId> - <version>1.13.2</version> + <version>1.14.2</version> </dependency> <dependency> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-model</artifactId> - <version>1.13.2</version> + <version>1.14.2</version> </dependency> <dependency> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-spi</artifactId> - <version>1.13.2</version> + <version>1.14.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.infrautils</groupId> + <artifactId>diagstatus-api</artifactId> + <version>6.0.5</version> + </dependency> + <dependency> + <groupId>org.opendaylight.infrautils</groupId> + <artifactId>diagstatus-impl</artifactId> + <version>6.0.5</version> + </dependency> + <dependency> + <groupId>org.opendaylight.infrautils</groupId> + <artifactId>diagstatus-shell</artifactId> + <version>6.0.5</version> + </dependency> + <dependency> + <groupId>org.opendaylight.infrautils</groupId> + <artifactId>diagstatus-web</artifactId> + <version>6.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.infrautils</groupId> <artifactId>infrautils-util</artifactId> - <version>5.0.6</version> + <version>6.0.5</version> + </dependency> + <dependency> + <groupId>org.opendaylight.infrautils</groupId> + <artifactId>inject</artifactId> + <version>6.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.infrautils</groupId> <artifactId>ready-api</artifactId> - <version>5.0.6</version> + <version>6.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.infrautils</groupId> <artifactId>ready-impl</artifactId> - <version>5.0.6</version> + <version>6.0.5</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>bus-api</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>bus-jsonrpc</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>bus-messagelib</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>bus-spi</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>transport-http</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.bus</groupId> + <artifactId>transport-zmq</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc</groupId> + <artifactId>dom-codec</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc</groupId> + <artifactId>jsonrpc-api</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc</groupId> + <artifactId>jsonrpc-provider-common</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc</groupId> + <artifactId>jsonrpc-provider-single</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.security</groupId> + <artifactId>security-aaa</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.security</groupId> + <artifactId>security-api</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.security</groupId> + <artifactId>security-noop</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.jsonrpc.security</groupId> + <artifactId>security-service</artifactId> + <version>1.15.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.api</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.config</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.dsbackend</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.implementation</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.inmemorydb</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.lisp-proto</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.mapcache</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.shell</artifactId> + <version>1.18.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.lispflowmapping</groupId> + <artifactId>mappingservice.southbound</artifactId> + <version>1.18.2</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> <artifactId>iana-crypt-hash</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> <artifactId>iana-hardware</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> <artifactId>iana-if-type</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> <artifactId>iana-routing-types</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc6991-ietf-inet-types</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc6991-ietf-yang-types</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc6991</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc7952</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8040</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8072</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8294-ietf-routing-types</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8294</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8342-ietf-datastores</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8342-ietf-origin</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8342</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8343</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8344</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8345-ietf-network-state</artifactId> - <version>11.0.12</version> + <artifactId>rfc8345-ietf-network</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8345-ietf-network-topology-state</artifactId> - <version>11.0.12</version> + <artifactId>rfc8345-ietf-network-state</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8345-ietf-network-topology</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8345-ietf-network</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8345</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId> - <version>11.0.12</version> + <artifactId>rfc8345-ietf-network-topology-state</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8346</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8348-ietf-hardware-state</artifactId> - <version>11.0.12</version> + <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8348-ietf-hardware</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8348</artifactId> - <version>11.0.12</version> + <artifactId>rfc8348-ietf-hardware-state</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8349-ietf-routing</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8349</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8519-ietf-access-control-list</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8519-ietf-ethertypes</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8519-ietf-packet-fields</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8519</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8520-ietf-acldns</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8520-ietf-mud</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8520</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8525</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8528</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8529</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8530</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8542-ietf-dc-fabric-types</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8542</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8776-ietf-te-packet-types</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8776-ietf-te-types</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8776</artifactId> - <version>11.0.12</version> + <artifactId>rfc8795-ietf-te-topology</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8795-ietf-te-topology-state</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8795-ietf-te-topology</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8795</artifactId> - <version>11.0.12</version> + <artifactId>rfc8819-ietf-module-tags</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> <artifactId>rfc8819-ietf-module-tags-state</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc8819-ietf-module-tags</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>general-entity</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-topology</artifactId> - <version>2013.10.21.23.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-type-util</artifactId> - <version>11.0.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>opendaylight-l2-types</artifactId> - <version>2013.08.27.23.12</version> - </dependency> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>yang-ext</artifactId> - <version>2013.09.07.23.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-dom-adapter</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> - <artifactId>mdsal-binding-dom-codec-api</artifactId> - <version>11.0.12</version> + <artifactId>mdsal-binding-dom-codec</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> - <artifactId>mdsal-binding-dom-codec-osgi</artifactId> - <version>11.0.12</version> + <artifactId>mdsal-binding-dom-codec-api</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> - <artifactId>mdsal-binding-dom-codec-spi</artifactId> - <version>11.0.12</version> + <artifactId>mdsal-binding-dom-codec-osgi</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> - <artifactId>mdsal-binding-dom-codec</artifactId> - <version>11.0.12</version> + <artifactId>mdsal-binding-dom-codec-spi</artifactId> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-generator</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-loader</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-model-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-model-ri</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-runtime-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-runtime-osgi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-runtime-spi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-spec-util</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-spi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-util</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-common-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-broker</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-inmemory-datastore</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-schema-osgi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-spi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-binding-adapter</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-binding-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-common-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-common-spi</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-dom-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-eos-dom-simple</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-replicate-common</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-replicate-netty</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-rfc8294-netty</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-singleton-common-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-singleton-dom-impl</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-trace-api</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-trace-cli</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-trace-impl</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal</groupId> + <artifactId>mdsal-yanglib-api</artifactId> + <version>0.17.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal</groupId> + <artifactId>mdsal-yanglib-rfc8525</artifactId> + <version>0.17.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>general-entity</artifactId> + <version>12.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>ietf-topology</artifactId> + <version>2013.10.21.24.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>ietf-type-util</artifactId> + <version>12.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>opendaylight-l2-types</artifactId> + <version>2013.08.27.24.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>yang-ext</artifactId> + <version>2013.09.07.24.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>yang-binding</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>callhome-model</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>callhome-protocol</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>callhome-provider</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>keystore-api</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>keystore-none</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>mdsal-netconf-yang-library</artifactId> + <version>6.0.6</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf.model</groupId> + <artifactId>draft-ietf-netconf-crypto-types</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> <artifactId>rfc5277</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> <artifactId>rfc6022</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> <artifactId>rfc6241</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> <artifactId>rfc6243</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> <artifactId>rfc6470</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> - <artifactId>rfc8040-ietf-restconf-monitoring</artifactId> - <version>5.0.7</version> + <artifactId>rfc7407-ietf-x509-cert-to-name</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf.model</groupId> - <artifactId>rfc8526</artifactId> - <version>5.0.7</version> - </dependency> - <dependency> - <groupId>org.opendaylight.netconf</groupId> - <artifactId>aaa-authn-odl-plugin</artifactId> - <version>5.0.7</version> + <artifactId>rfc8040-ietf-restconf-monitoring</artifactId> + <version>6.0.6</version> </dependency> <dependency> - <groupId>org.opendaylight.netconf</groupId> - <artifactId>callhome-model</artifactId> - <version>5.0.7</version> + <groupId>org.opendaylight.netconf.model</groupId> + <artifactId>rfc8341</artifactId> + <version>6.0.6</version> </dependency> <dependency> - <groupId>org.opendaylight.netconf</groupId> - <artifactId>callhome-protocol</artifactId> - <version>5.0.7</version> + <groupId>org.opendaylight.netconf.model</groupId> + <artifactId>rfc8526</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>callhome-provider</artifactId> - <version>5.0.7</version> + <artifactId>netconf-api</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-connector</artifactId> - <version>5.0.7</version> + <artifactId>netconf-auth</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-impl</artifactId> - <version>5.0.7</version> + <artifactId>netconf-auth-aaa</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-monitoring</artifactId> - <version>5.0.7</version> + <artifactId>netconf-client</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-notification</artifactId> - <version>5.0.7</version> + <artifactId>netconf-client-mdsal</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-ssh</artifactId> - <version>5.0.7</version> + <artifactId>netconf-common-mdsal</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-tcp</artifactId> - <version>5.0.7</version> + <artifactId>netconf-config</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>mdsal-netconf-yang-library</artifactId> - <version>5.0.7</version> + <artifactId>netconf-console</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-api</artifactId> - <version>5.0.7</version> + <artifactId>netconf-dom-api</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-auth</artifactId> - <version>5.0.7</version> + <artifactId>netconf-nb</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-client</artifactId> - <version>5.0.7</version> + <artifactId>netconf-netty-util</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-config</artifactId> - <version>5.0.7</version> + <artifactId>netconf-server</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-console</artifactId> - <version>5.0.7</version> + <artifactId>netconf-server-mdsal</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-dom-api</artifactId> - <version>5.0.7</version> + <artifactId>netconf-test-perf</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-impl</artifactId> - <version>5.0.7</version> + <artifactId>netconf-topology</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-mapping-api</artifactId> - <version>5.0.7</version> + <artifactId>netconf-topology-impl</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-netty-util</artifactId> - <version>5.0.7</version> + <artifactId>netconf-topology-singleton</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-notifications-api</artifactId> - <version>5.0.7</version> + <artifactId>restconf-api</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-topology-impl</artifactId> - <version>5.0.7</version> + <artifactId>restconf-common</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-topology-singleton</artifactId> - <version>5.0.7</version> + <artifactId>restconf-common-models</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-topology</artifactId> - <version>5.0.7</version> + <artifactId>restconf-nb</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>netconf-util</artifactId> - <version>5.0.7</version> + <artifactId>restconf-openapi</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>restconf-api</artifactId> - <version>5.0.7</version> + <artifactId>shaded-exificient</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>restconf-common-models</artifactId> - <version>5.0.7</version> + <artifactId>shaded-sshd</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>restconf-common</artifactId> - <version>5.0.7</version> + <artifactId>transport-api</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>restconf-nb</artifactId> - <version>5.0.7</version> + <artifactId>transport-ssh</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>sal-netconf-connector</artifactId> - <version>5.0.7</version> + <artifactId>transport-tcp</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>sal-rest-docgen</artifactId> - <version>5.0.7</version> + <artifactId>transport-tls</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>shaded-exificient</artifactId> - <version>5.0.7</version> + <artifactId>truststore-api</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>shaded-sshd</artifactId> - <version>5.0.7</version> + <artifactId>truststore-none</artifactId> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>yanglib</artifactId> - <version>5.0.7</version> + <version>6.0.6</version> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bcpkix-framework-ext</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bcprov-framework-ext</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bcutil-framework-ext</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>karaf.branding</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>logging-markers</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>arbitratorreconciliation-api</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>arbitratorreconciliation-impl</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>bulk-o-matic</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>device-ownership-service</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>forwardingrules-manager</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>forwardingrules-sync</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>lldp-speaker</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>of-switch-config-pusher</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>reconciliation-framework</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>southbound-cli</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>table-miss-enforcer</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>topology-lldp-discovery</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.applications</groupId> + <artifactId>topology-manager</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>drop-test-karaf</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.libraries</groupId> + <artifactId>liblldp</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.model</groupId> + <artifactId>model-flow-base</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.model</groupId> + <artifactId>model-flow-service</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.model</groupId> + <artifactId>model-flow-statistics</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.model</groupId> + <artifactId>model-inventory</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.model</groupId> + <artifactId>model-topology</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowjava-extension-eric</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowjava-extension-nicira</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowjava-extension-nicira-api</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> + <artifactId>openflowjava-blueprint-config</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> + <artifactId>openflowjava-util</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> + <artifactId>openflow-protocol-api</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> + <artifactId>openflow-protocol-impl</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> + <artifactId>openflow-protocol-spi</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-api</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-blueprint-config</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-common</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-extension-api</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-extension-eric</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-extension-nicira</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-extension-onf</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>openflowplugin-impl</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.openflowplugin</groupId> + <artifactId>test-common</artifactId> + <version>0.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>hwvtepsouthbound-api</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>hwvtepsouthbound-impl</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>library</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>schema.hardwarevtep</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>schema.openvswitch</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>southbound-api</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>southbound-impl</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.config</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.hwvtepsouthbound-utils</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.mdsal-utils</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.servicehelper</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.southbound-utils</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>utils.yang-utils</artifactId> + <version>1.17.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>listener-api</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>metrics-api</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>metrics-impl</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>rpc-api</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>srm-api</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>srm-impl</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>srm-shell</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>tools-api</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.serviceutils</groupId> + <artifactId>upgrade</artifactId> + <version>0.12.2</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-common-1.2.1</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-common-13.1.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-common-2.2.1</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-common-7.1.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-device-1.2.1</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-device-2.2.1</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-device-7.1.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-network-13.1.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>openroadm-service-13.1.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>tapi-2.1.1</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce.models</groupId> + <artifactId>tapi-2.4.0</artifactId> + <version>19.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-api</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-common</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-dmaap-client</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-inventory</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-nbinotifications</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-networkmodel</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-olm</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-pce</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-renderer</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-servicehandler</artifactId> + <version>8.2.0</version> + </dependency> + <dependency> + <groupId>org.opendaylight.transportpce</groupId> + <artifactId>transportpce-tapi</artifactId> + <version>8.2.0</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>concepts</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>odlext-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>odlext-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>openconfig-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>openconfig-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6241-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6241-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6536-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6536-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6643-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc6643-parser-support</artifactId> - <version>10.0.9</version> - </dependency> - <dependency> - <groupId>org.opendaylight.yangtools</groupId> - <artifactId>rfc7952-data-api</artifactId> - <version>10.0.9</version> - </dependency> - <dependency> - <groupId>org.opendaylight.yangtools</groupId> - <artifactId>rfc7952-data-util</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc7952-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc7952-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8040-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8040-parser-support</artifactId> - <version>10.0.9</version> - </dependency> - <dependency> - <groupId>org.opendaylight.yangtools</groupId> - <artifactId>rfc8528-data-api</artifactId> - <version>10.0.9</version> - </dependency> - <dependency> - <groupId>org.opendaylight.yangtools</groupId> - <artifactId>rfc8528-data-util</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8528-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8528-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8639-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8639-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8819-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>rfc8819-parser-support</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>util</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> - <artifactId>yang-common-netty</artifactId> - <version>10.0.9</version> + <artifactId>yang-common</artifactId> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> - <artifactId>yang-common</artifactId> - <version>10.0.9</version> + <artifactId>yang-common-netty</artifactId> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-codec-binfmt</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-codec-gson</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-codec-xml</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-impl</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-spi</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-transform</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-tree-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-tree-ri</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-tree-spi</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-util</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-ir</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-export</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-ri</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-spi</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-util</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-impl</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-reactor</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-rfc7950</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-spi</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-repo-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-repo-fs</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-repo-spi</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-xpath-api</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-xpath-impl</artifactId> - <version>10.0.9</version> + <version>11.0.5</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.jdbc</groupId> + <artifactId>pax-jdbc</artifactId> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-config</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-db2</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> - <artifactId>pax-jdbc-derbyclient</artifactId> - <version>1.5.5</version> + <artifactId>pax-jdbc-derby</artifactId> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> - <artifactId>pax-jdbc-derby</artifactId> - <version>1.5.5</version> + <artifactId>pax-jdbc-derbyclient</artifactId> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-hsqldb</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-jtds</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-mariadb</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-oracle</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-aries</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-c3p0</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-common</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-dbcp2</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-hikaricp</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-narayana</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-pool-transx</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-sqlite</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.jdbc</groupId> <artifactId>pax-jdbc-teradata</artifactId> - <version>1.5.5</version> - </dependency> - <dependency> - <groupId>org.ops4j.pax.jdbc</groupId> - <artifactId>pax-jdbc</artifactId> - <version>1.5.5</version> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-api</artifactId> - <version>2.2.0</version> + <version>2.2.3</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-log4j2</artifactId> - <version>2.2.0</version> + <version>2.2.3</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-logback</artifactId> - <version>2.2.0</version> + <version>2.2.3</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-connector</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-jdbc</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-jms</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-tm-api</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-tm-atomikos</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-tm-geronimo</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx-tm-narayana</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-aether</artifactId> - <version>2.6.12</version> + <version>2.6.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-classpath</artifactId> - <version>2.6.12</version> + <version>2.6.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-obr</artifactId> - <version>2.6.12</version> + <version>2.6.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-war</artifactId> - <version>2.6.12</version> + <version>2.6.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-wrap</artifactId> - <version>2.6.12</version> + <version>2.6.14</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>keycloak-common</artifactId> + <version>8.0.22</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>keycloak-osgi-adapter</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-api</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-compatibility-annotation13</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-compatibility-el2</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-compatibility-servlet31</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-deployer</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-war</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-whiteboard</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jetty</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>pax-web-jetty-keycloak</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jsp</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-karaf</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-runtime</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-spi</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>pax-web-tomcat</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-tomcat-common</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> - <artifactId>pax-web-tomcat-websocket</artifactId> - <version>8.0.15</version> + <artifactId>pax-web-tomcat-keycloak18</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> - <artifactId>pax-web-tomcat</artifactId> - <version>8.0.15</version> + <artifactId>pax-web-tomcat-keycloak</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> - <artifactId>pax-web-undertow-websocket</artifactId> - <version>8.0.15</version> + <artifactId>pax-web-tomcat-websocket</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-undertow</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>pax-web-undertow-keycloak</artifactId> + <version>8.0.22</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.web</groupId> + <artifactId>pax-web-undertow-websocket</artifactId> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-websocket</artifactId> - <version>8.0.15</version> + <version>8.0.22</version> </dependency> <dependency> <groupId>org.osgi</groupId> @@ -2708,7 +3753,7 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.jdbc</artifactId> - <version>1.0.1</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>org.osgi</groupId> @@ -2722,28 +3767,28 @@ </dependency> <dependency> <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + <version>9.5</version> + </dependency> + <dependency> + <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.4</version> + <version>9.5</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> - <version>9.4</version> + <version>9.5</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.4</version> + <version>9.5</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>9.4</version> - </dependency> - <dependency> - <groupId>org.ow2.asm</groupId> - <artifactId>asm</artifactId> - <version>9.4</version> + <version>9.5</version> </dependency> <dependency> <groupId>org.owasp.encoder</groupId> @@ -2753,7 +3798,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.3.7</version> + <version>42.6.0</version> </dependency> <dependency> <groupId>org.reactivestreams</groupId> @@ -2773,12 +3818,12 @@ <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> - <version>2.13.11</version> + <version>2.13.12</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> - <version>2.13.11</version> + <version>2.13.12</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -2788,7 +3833,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.36.0.3</version> + <version>3.42.0.0</version> </dependency> <dependency> <groupId>tech.pantheon.triemap</groupId> diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index cac2d48e..e7f9da77 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 3ab72853..df88e48c 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bundle-parent</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index d6b5bd00..04e51d5e 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 2e847d69..db869d84 100644 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>karaf4-parent</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml index a80639fa..a434e460 100644 --- a/odlparent/mdsal-it-parent/pom.xml +++ b/odlparent/mdsal-it-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-parent</artifactId> - <version>7.0.9</version> + <version>8.0.4</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml index 127d96c5..14900937 100644 --- a/odlparent/odlparent-lite/pom.xml +++ b/odlparent/odlparent-lite/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml index 03e221fb..ff674daf 100644 --- a/odlparent/odlparent/pom.xml +++ b/odlparent/odlparent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/setup/src/main/properties/binding-parent.properties b/odlparent/setup/src/main/properties/binding-parent.properties index 9f52a141..66e29cd8 100644 --- a/odlparent/setup/src/main/properties/binding-parent.properties +++ b/odlparent/setup/src/main/properties/binding-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=binding-parent odlparent.groupId=org.opendaylight.mdsal -odlparent.version=11.0.12 +odlparent.version=12.0.4 diff --git a/odlparent/setup/src/main/properties/bundle-parent.properties b/odlparent/setup/src/main/properties/bundle-parent.properties index 68e21d3b..13142531 100644 --- a/odlparent/setup/src/main/properties/bundle-parent.properties +++ b/odlparent/setup/src/main/properties/bundle-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=bundle-parent odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/properties/feature-repo-parent.properties b/odlparent/setup/src/main/properties/feature-repo-parent.properties index 110e7d00..f9d3459e 100644 --- a/odlparent/setup/src/main/properties/feature-repo-parent.properties +++ b/odlparent/setup/src/main/properties/feature-repo-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=feature-repo-parent odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/properties/karaf4-parent.properties b/odlparent/setup/src/main/properties/karaf4-parent.properties index 692cfdf7..843349a9 100644 --- a/odlparent/setup/src/main/properties/karaf4-parent.properties +++ b/odlparent/setup/src/main/properties/karaf4-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=karaf4-parent odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/properties/mdsal-it-parent.properties b/odlparent/setup/src/main/properties/mdsal-it-parent.properties index 5e0ee818..602cb144 100644 --- a/odlparent/setup/src/main/properties/mdsal-it-parent.properties +++ b/odlparent/setup/src/main/properties/mdsal-it-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=mdsal-it-parent odlparent.groupId=org.opendaylight.controller -odlparent.version=7.0.9 +odlparent.version=8.0.4 diff --git a/odlparent/setup/src/main/properties/odlparent-lite.properties b/odlparent/setup/src/main/properties/odlparent-lite.properties index 638e65b2..7a848722 100644 --- a/odlparent/setup/src/main/properties/odlparent-lite.properties +++ b/odlparent/setup/src/main/properties/odlparent-lite.properties @@ -1,3 +1,3 @@ odlparent.artifactId=odlparent-lite odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/properties/odlparent.properties b/odlparent/setup/src/main/properties/odlparent.properties index bd9c9c64..c0eac00b 100644 --- a/odlparent/setup/src/main/properties/odlparent.properties +++ b/odlparent/setup/src/main/properties/odlparent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=odlparent odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/properties/single-feature-parent.properties b/odlparent/setup/src/main/properties/single-feature-parent.properties index 461010ac..71e08879 100644 --- a/odlparent/setup/src/main/properties/single-feature-parent.properties +++ b/odlparent/setup/src/main/properties/single-feature-parent.properties @@ -1,3 +1,3 @@ odlparent.artifactId=single-feature-parent odlparent.groupId=org.opendaylight.odlparent -odlparent.version=12.0.7 +odlparent.version=13.0.10 diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index 30f876c0..72005486 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>\${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index bca72299..9683d3b4 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>single-feature-parent</artifactId> - <version>12.0.7</version> + <version>13.0.10</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</odl.mdsal.model.version> <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version> - <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version> - <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.2-GA</javassist.version> <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects --> <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit --> - <jersey.version>2.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.12.4</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.91.Final</netty.version> + <netty.version>4.1.104.Final</netty.version> <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit --> <slf4j.version>1.7.32</slf4j.version> <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp --> @@ -175,7 +175,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> diff --git a/oparent/pom.xml b/oparent/pom.xml index cef043d4..9c4f2a47 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -66,7 +66,7 @@ <bundle.plugin.version>5.1.1</bundle.plugin.version> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <checkstyle.skip>true</checkstyle.skip> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.version> <!-- CCSDK component versions --> <ccsdk.cds.version>(1.6.9999, 1.7.99999-SNAPSHOT]</ccsdk.cds.version> diff --git a/tools/lib/pomfile.py b/tools/lib/pomfile.py index 88bfa90e..c73fbc82 100644 --- a/tools/lib/pomfile.py +++ b/tools/lib/pomfile.py @@ -35,10 +35,11 @@ class PomFile: # value: value to set def setXmlValue(self, valuePath, value, replaceMultiple=False) -> bool: if value is None: + print("unable to set {} to {} in {}: {}".format(valuePath, value, self.filename, str(False))) return False found=False pathToFind = XPath(valuePath) - pattern = re.compile('<([^>^\ ^?^!]+)') + pattern = re.compile('<([^>^\ ^?^!]+(\ \/)?)') curPath=XPath() curParent=None isComment=False diff --git a/tools/migrateOdlParents.py b/tools/migrateOdlParents.py index a7175b8b..124234ac 100755 --- a/tools/migrateOdlParents.py +++ b/tools/migrateOdlParents.py @@ -8,7 +8,7 @@ import tempfile from lib.pomfile import PomFile DEFAULT_PARENT_GROUPID="org.onap.ccsdk.parent" -DEFAULT_PARENT_VERSION="2.4.0-SNAPSHOT" +DEFAULT_PARENT_VERSION="2.7.0-SNAPSHOT" DEFAULT_STRICT=True USE_OLD_SERVLET_API=True @@ -94,8 +94,8 @@ class OdlParentMigrator: templatePom = PomFile(self.odlParentPath+'/setup/src/main/resources/pom-template.xml') - x = templatePom.setXmlValue('/project/properties/odl.controller.mdsal.version',mdsalVersion) - success = success and x + # x = templatePom.setXmlValue('/project/properties/odl.controller.mdsal.version',mdsalVersion) + # success = success and x x = templatePom.setXmlValue('/project/properties/odl.mdsal.version',odlBundleVersion) success = success and x x = templatePom.setXmlValue('/project/properties/odl.mdsal.model.version',odlBundleVersion) @@ -164,24 +164,26 @@ class OdlParentMigrator: bgpVersion = self.getMvnRepoVersion('org.opendaylight.bgpcep','topology-api') controllerVersion = self.getMvnRepoVersion('org.opendaylight.controller', 'blueprint') mdsalVersion=self.getMvnRepoVersion('org.opendaylight.mdsal','mdsal-binding-api') - netconfVersion = self.getMvnRepoVersion('org.opendaylight.netconf','netconf-impl') + netconfVersion = self.getMvnRepoVersion('org.opendaylight.netconf','netconf-api') pomFile = PomFile(os.path.abspath(self.parentPath+'/dependencies-odl-bom/pom.xml')) - x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=bgp-artifacts]/version',bgpVersion) + x = pomFile.setXmlValue('/project/version',self.version) + success = success and x + x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=bgpcep-artifacts]/version',bgpVersion) success = success and x x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=controller-artifacts]/version',controllerVersion) success = success and x x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=mdsal-artifacts]/version',mdsalVersion) success = success and x - x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=netconf-artifacts]/version',netconfVersion) - success = success and x - x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=sal-binding-broker-impl]/version',netconfVersion, True) - success = success and x + # x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=netconf-artifacts]/version',netconfVersion) + # success = success and x + # x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=sal-binding-broker-impl]/version',netconfVersion, True) + # success = success and x # at the moment not possible because of dependent variable in path after value to set # x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=sal-binding-broker-impl,type=test-jar]/version',netconfVersion) # success = success and x - x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=sal-test-model]/version',netconfVersion) - success = success and x + # x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=sal-test-model]/version',netconfVersion) + # success = success and x print("done" if success else "failed") return success |