summaryrefslogtreecommitdiffstats
path: root/feature-server-pool/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-28 17:19:25 -0400
committerJim Hahn <jrh3@att.com>2020-08-28 18:36:54 -0400
commit8fe27a3bf0e13d0188bc209991c07a9bcfab44d3 (patch)
tree0b37b8d045eb3995b31593ad6b1cc8985352b001 /feature-server-pool/pom.xml
parent3fb61743113683b2be271429263a96fb0a7dd90a (diff)
Fix sonars in server-pool
Addressed the following sonars in feature-server-pool: - re-interrupt after catching an InterruptException - reduce cognitive complexity - cognitive complexity - not enough arguments for logger message - use UnaryOperator instead of Function - update static fields via static methods - too many break/continue in for-loop Also fixed some Eclipse warnings: - add parameter to generic types - useless assignments - newInstance() has been deprecated - close streams Issue-ID: POLICY-2616 Change-Id: Ibf6c20e6c2a7eb8c60e1b38f388d86a0f9b8804b Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-server-pool/pom.xml')
-rw-r--r--feature-server-pool/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/feature-server-pool/pom.xml b/feature-server-pool/pom.xml
index 442544c1..778a9cd8 100644
--- a/feature-server-pool/pom.xml
+++ b/feature-server-pool/pom.xml
@@ -59,7 +59,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.1</version>
<executions>
<execution>
<id>copy-dependencies</id>