Merge pull request #8843 from rojyates/BAEL-3603-Java-IO-versus-NIO

BAEL-3603 Add test examples for Java IO versus NIO article
This commit is contained in:
Greg
2020-03-18 15:50:22 -04:00
committed by GitHub
3 changed files with 154 additions and 0 deletions
+8
View File
@@ -47,6 +47,14 @@
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.26.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>