diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-04-27 17:25:29 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-04-27 17:25:29 +0200 |
commit | fc1dec6302b13f82de579685aa62506e704bf916 (patch) | |
tree | cda0585c05fd1ab465a95437f457844efbb63c63 | |
parent | a5b48cf2e9f24686527997a2eb366bbc603b867b (diff) |
Fix bugs reported by sonar/nexus-iq
Fix bugs reported by sonar as critical, major, ...
Issue-ID: CLAMP-841
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I23122c064b64ebe2a2c8c33540c4be0b0895157d
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -553,11 +553,6 @@ <artifactId>dom4j</artifactId> <version>2.1.3</version> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-web</artifactId> - <version>5.2.3.RELEASE</version> - </dependency> <!-- TESTING --> <dependency> |