diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-03 14:59:23 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-04 11:38:18 -0400 |
commit | d19d0ca9241ba0f0503df5c2187af57420087f84 (patch) | |
tree | 628e6eda28479d97599a24d537c4c35d4345f57a /dependencies-odl-bom/pom.xml | |
parent | f3009d8c722203619d14cf9205f82a2898f3aa6f (diff) |
Upgrade to Sodium SR4
Upgrade to final service release of OpenDaylight Sodium (SR4)
Change-Id: I76d186e99340dfaae909c859b32a3602dd7abf60
Issue-ID: CCSDK-2729
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 004624fe..b7085169 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -44,26 +44,26 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.12.3</version> + <version>0.12.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>1.10.3</version> + <version>1.10.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.10.3</version> + <version>1.10.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.10.3</version> + <version>1.10.4</version> <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> @@ -71,26 +71,26 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-test-model</artifactId> - <version>1.10.3</version> + <version>1.10.4</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>4.0.14</version> + <version>4.0.17</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>1.7.3</version> + <version>1.7.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>restconf-artifacts</artifactId> - <version>1.10.3</version> + <version>1.10.4</version> <type>pom</type> <scope>import</scope> </dependency> @@ -134,6 +134,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>annotations</artifactId> + <version>3.0.0</version> + </dependency> + <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.10.0</version> @@ -158,11 +163,6 @@ <artifactId>commons-cli</artifactId> <version>1.3.1</version> </dependency> - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - </dependency> <!-- Indirect ODL constraint : should be compatible with io.netty version --> <dependency> <groupId>io.grpc</groupId> @@ -244,13 +244,13 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.4.12.v20180830</version> + <version>9.4.18.v20190429</version> </dependency> <!-- Constrained by OpenDaylight --> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>9.4.12.v20180830</version> + <version>9.4.18.v20190429</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> |