diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-07-10 05:07:17 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-07-10 05:07:29 +0200 |
commit | 73bf30dec7bbda557752ae7024f3d8e329409635 (patch) | |
tree | 756cf4abb51b1395959ef45c0044ce3eb7c6468b /daexim-offsite-backup/provider/pom.xml | |
parent | 1ed8346da11ee15694246c432a8ac3b27bce2468 (diff) |
upgrade northbound to sodium
fixed unit test due changes in sodium
Issue-ID: CCSDK-2544
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I69af992f1db267e282a0ed66b4e4bed72d4f2bd4
Diffstat (limited to 'daexim-offsite-backup/provider/pom.xml')
-rwxr-xr-x | daexim-offsite-backup/provider/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/daexim-offsite-backup/provider/pom.xml b/daexim-offsite-backup/provider/pom.xml index 94ffc4411..a9f72b1ce 100755 --- a/daexim-offsite-backup/provider/pom.xml +++ b/daexim-offsite-backup/provider/pom.xml @@ -62,6 +62,10 @@ <version>${sdnctl.sli.version}</version> </dependency> <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>annotations</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |