diff options
author | eeimmis <michael.morris@ericsson.com> | 2018-02-06 09:43:40 +0000 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-02-07 15:27:54 +0000 |
commit | 81bd67a59dfe34d976c504e5ba330ce99f175220 (patch) | |
tree | 7629ecd51979c44026f4a834bcef6c36f1f3b803 /controlloop/common/msb/pom.xml | |
parent | dd41f2509cfd5538ece6446dd3b3f1ced85c9e5d (diff) |
Fix technical debt/JUnit on MSB
Unit tests added and technical debt removed
Issue-ID: POLICY-455
Change-Id: Ib10613ff7cac64bb576046e038b2acbd66152648
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'controlloop/common/msb/pom.xml')
-rw-r--r-- | controlloop/common/msb/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/msb/pom.xml b/controlloop/common/msb/pom.xml index 54e68da5b..a24f333b6 100644 --- a/controlloop/common/msb/pom.xml +++ b/controlloop/common/msb/pom.xml @@ -46,6 +46,12 @@ <version>1.2.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |