diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-04-12 13:11:00 +0200 |
---|---|---|
committer | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-05-27 07:17:00 +0200 |
commit | 67cb8d57527df08bd6997eb8b500ce31139016ce (patch) | |
tree | e9b4afc30bf56039d7a90a2f53682d3eac8f385e /dependencies-odl-bom | |
parent | 9714cfc592c9ca285bc0c70b659c024289690e6c (diff) |
migrate parents to silicon
actually silicon-SR0 but later for SR1
Issue-ID: CCSDK-3267
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I066e204dc9dc674c6c40e72fe7561dbdbc9cbe6a
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 4f32630c..1cf4cb9a 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> - <version>5.0.7</version> + <version>8.1.1</version> <relativePath/> </parent> @@ -44,40 +44,40 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.14.1</version> + <version>0.15.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>2.0.6</version> + <version>3.0.7</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>6.0.7</version> + <version>7.0.6</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>1.9.1</version> + <version>1.13.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.12.1</version> + <version>1.13.1</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.12.1</version> + <version>1.13.1</version> <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> @@ -85,7 +85,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-test-model</artifactId> - <version>1.12.1</version> + <version>1.13.1</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> @@ -120,6 +120,11 @@ <artifactId>commons-cli</artifactId> <version>1.3.1</version> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <version>5.0.0</version> + </dependency> </dependencies> </dependencyManagement> |