#467 data-bus: pom.xml: add mockito dependency
This commit is contained in:
		@@ -42,5 +42,10 @@
 | 
				
			|||||||
            <artifactId>junit</artifactId>
 | 
					            <artifactId>junit</artifactId>
 | 
				
			||||||
            <scope>test</scope>
 | 
					            <scope>test</scope>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
 | 
					        <dependency>
 | 
				
			||||||
 | 
					            <groupId>org.mockito</groupId>
 | 
				
			||||||
 | 
					            <artifactId>mockito-core</artifactId>
 | 
				
			||||||
 | 
					            <scope>test</scope>
 | 
				
			||||||
 | 
					        </dependency>
 | 
				
			||||||
    </dependencies>
 | 
					    </dependencies>
 | 
				
			||||||
</project>
 | 
					</project>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user