diff options
author | Jim Hahn <jrh3@att.com> | 2019-02-12 10:50:06 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-02-12 10:53:53 -0500 |
commit | 0d3b95a4e1dc8059a6eb5b1f98c3f7f41f09b151 (patch) | |
tree | c3c9b3c859115d729b2cc6d8f68e6bdada90f9dc /gson/pom.xml | |
parent | 13ca63c40a379f95539cb4882ec2b645cd0c2a48 (diff) |
Fix sonar issues in gson superclasses
Fixing some of the issues necessitated the use of generic/raw types.
Removed version from assertj in pom.
Removed trailing spaces.
Change-Id: I76e0a05ca06c103ccc876675be04a4ab5e4de5ea
Issue-ID: POLICY-1428
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'gson/pom.xml')
-rw-r--r-- | gson/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gson/pom.xml b/gson/pom.xml index 3b9983f2..110fccbd 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -55,7 +55,6 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>3.11.1</version> <scope>test</scope> </dependency> <dependency> |