diff options
author | arkadiusz.adamski <aadamski@est.tech> | 2021-03-11 10:09:10 +0000 |
---|---|---|
committer | arkadiusz.adamski <aadamski@est.tech> | 2021-03-16 17:02:45 +0000 |
commit | 08bdce9e72794993c1bd08a9ef913c8fb827ed6f (patch) | |
tree | 90d781e3dd4f8daa923ec191b6517712af60e63a /plugins/plugins-event/pom.xml | |
parent | 1427ee15da3fc155d96b495925f47bfcccc1c2b5 (diff) |
Increase code coverage
- increased test coverage in plugins-event-carrier-restserver package
Issue-ID: POLICY-3092
Change-Id: I10ad7f0dd24293de6ce426553c7bc7a2fe3be013
Signed-off-by: arkadiusz.adamski <aadamski@est.tech>
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 af53bdc7e..e8ee90160 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> |