diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-01-23 13:47:12 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-01-23 15:15:52 +0000 |
commit | e285764b0eddab0d4195128f55a9f524beee3f05 (patch) | |
tree | 883463e5bffa8780a307e93538519e6c27e9a8ba /controlloop/common/model-impl | |
parent | 45325103d88638ef5f1a4c5c7fdb785a182442c1 (diff) |
Implement JUnit tests for actor.vfc
JUnit tests for the VFC actor implemented.
Change-Id: Ifcd433a4ce6f46cad46d50f4ce4c7c03e2abec67
Issue-ID: POLICY-455
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'controlloop/common/model-impl')
-rw-r--r-- | controlloop/common/model-impl/vfc/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/controlloop/common/model-impl/vfc/pom.xml b/controlloop/common/model-impl/vfc/pom.xml index abccdd8ff..ecbda4de2 100644 --- a/controlloop/common/model-impl/vfc/pom.xml +++ b/controlloop/common/model-impl/vfc/pom.xml @@ -41,12 +41,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> - <version>3.0.0</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.5</version> |