diff options
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r-- | services/services-engine/pom.xml | 8 |
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> |