mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-10 16:22:19 +00:00
Added tests for service-layer pattern
This commit is contained in:
@@ -22,5 +22,10 @@
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user