diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-24 11:15:51 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-24 11:40:16 -0400 |
commit | b08aaddaef7e3ca4248132365859a9a0da712148 (patch) | |
tree | 3c489d6d0fe60c46d11d65d3cb74a870ee4ed544 /feature-simulators/pom.xml | |
parent | 6beaea5bafd3e8b87a770ad7ee6b5e3b668111a4 (diff) |
Add junit coverage to drools-pdp
Change-Id: I253d3e85a08b893e7a9b168d92752205bcc459f6
Issue-ID: POLICY-1772
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-simulators/pom.xml')
-rw-r--r-- | feature-simulators/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index d4ecf7a7..7e7a2064 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -44,6 +44,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.13.0</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> |