diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-30 13:01:09 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-06-30 13:04:44 -0400 |
commit | c2cc0fd8dbb9a9a72a8eff270ca21b8da77cb247 (patch) | |
tree | 58c256607ec70df48a26bdb0b8b184312a78607b /integrity-audit/pom.xml | |
parent | d3e074c0010cce39ed4ca0071f5a78aadc8d6496 (diff) |
Fix sonars in common due to dependency upgrades
Fixed the following issues:
- don't use annotation wrappers
- version overridden in pom
Issue-ID: POLICY-2650
Change-Id: Ia520037529861f8ace160c172ed70a5671b740d9
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r-- | integrity-audit/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 0389569b..aded5dde 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -51,7 +51,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> - <version>1.8.0-beta4</version> <scope>test</scope> </dependency> <dependency> |