diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-06-13 05:23:15 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 15:38:08 +0000 |
commit | d3168e3c16aa87dce72c540b0a4bd97e914b3fc4 (patch) | |
tree | 2961da32669d06c4c3b2843b637a61393c4f4172 /dependencies-odl-bom/pom.xml | |
parent | 2a0882e0d3a8861c7d979515b51101a994239e9b (diff) |
migrate parents to suflur-sr0
adapt odl based parents to suflur-sr0
Issue-ID: CCSDK-3691
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I6fa6ebdb7a43bc4ea63c35650ccd2ff0c253a1dd
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 534a886f..054f966d 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -44,40 +44,40 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.16.13</version> + <version>0.17.5</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>4.0.7</version> + <version>5.0.5</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>8.0.7</version> + <version>9.0.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>2.0.11</version> + <version>3.0.5</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>2.0.11</version> + <version>3.0.5</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>2.0.11</version> + <version>3.0.5</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>2.0.11</version> + <version>3.0.5</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> |