diff options
author | liamfallon <liam.fallon@est.tech> | 2020-03-11 21:29:17 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-03-11 21:29:21 +0000 |
commit | 690495d32c6033741d7a7c2413476f7ba88e2825 (patch) | |
tree | 554cc03ef1c832bf8e488d19cd5ffb3021a35a6e /testsuites/integration/integration-uservice-test | |
parent | 4e6bd1d02227591d1517245f5bda690ec4eb770e (diff) |
Fix minor checkstyle/eclipse warnings
Some minor checkstyle and eclipse warnings have crept into the code in
the last few weeks. This review cleams them up.
Issue-ID: POLICY-1913
Change-Id: Ib5f103bc28c71a6c4db05ea05719eff41bb38914
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'testsuites/integration/integration-uservice-test')
-rw-r--r-- | testsuites/integration/integration-uservice-test/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 6de0f0cef..c1d76b02d 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -175,7 +175,6 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> - <version>3.0.0</version> <scope>test</scope> </dependency> </dependencies> |