summaryrefslogtreecommitdiffstats
path: root/services/services-engine/pom.xml
diff options
context:
space:
mode:
authorarkadiusz.adamski <aadamski@est.tech>2021-04-27 09:17:47 +0100
committerArkadiusz Adamski <aadamski@est.tech>2021-05-07 14:47:51 +0000
commite66664a45f2f0819019855ab4fe831aab5dabd59 (patch)
treee20ec3609bdbd0b157837d8da81ec4a07a839af6 /services/services-engine/pom.xml
parent082252a49027092ac1cc6c0f04d154bbbb07ad2b (diff)
Code coverage for Service Engine Event
- Increase code coverage for service engine events Issue-ID: POLICY-3092 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I40bda05fc53168d86ec4ac1c72b69a1badb02b38
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r--services/services-engine/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml
index dff9840ca..0749f6db9 100644
--- a/services/services-engine/pom.xml
+++ b/services/services-engine/pom.xml
@@ -18,7 +18,8 @@
SPDX-License-Identifier: Apache-2.0
============LICENSE_END=========================================================
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.policy.apex-pdp.services</groupId>
@@ -28,7 +29,8 @@
<artifactId>services-engine</artifactId>
<name>${project.artifactId}</name>
- <description>External services and infrastructure for adding plugins to the Apex policy execution engine</description>
+ <description>External services and infrastructure for adding plugins to the Apex policy execution engine
+ </description>
<dependencies>
<dependency>
@@ -60,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>