Add missing mockito-core dependency 57/33157/2
authorMichal Kabaj <michal.kabaj@nokia.com>
Tue, 27 Feb 2018 11:25:52 +0000 (12:25 +0100)
committerPatrick Brady <pb071s@att.com>
Wed, 28 Feb 2018 23:08:49 +0000 (23:08 +0000)
TestAppcDmaapListenerActivator in appc-event-listener-bundle
has compilationissues in development environment due to missing
mockito-core test dependency.

Change-Id: I1e46bd4866b5c02b06eb71fef9aba08e2b7f1012
Issue-ID: APPC-678
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
appc-event-listener/appc-event-listener-bundle/pom.xml

index f6a4726..0154552 100644 (file)
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+               </dependency>
        </dependencies>