diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-03-18 14:29:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-18 14:29:12 +0000 |
commit | 6ea4deac423ec4e40cd5efac43dccf6ce1f16a14 (patch) | |
tree | f143a1cc21f8636c36f06c5ac6fb2ac9fb38f9ce /plugins/plugins-event/pom.xml | |
parent | 84be367144149644c5090f72bc0e02d95ef5811c (diff) | |
parent | 08bdce9e72794993c1bd08a9ef913c8fb827ed6f (diff) |
Merge "Increase code coverage"
Diffstat (limited to 'plugins/plugins-event/pom.xml')
-rw-r--r-- | plugins/plugins-event/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/plugins-event/pom.xml b/plugins/plugins-event/pom.xml index 45b23f91b..e375b54be 100644 --- a/plugins/plugins-event/pom.xml +++ b/plugins/plugins-event/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -38,6 +39,11 @@ <artifactId>services-engine</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> <modules> |