diff options
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> |