Skip to content

Commit

Permalink
commons-io to read bytes from file in convenient way
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekbielaszewski committed Jul 31, 2018
1 parent 8cf2a73 commit 6c19c67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.2</version>
</dependency>
</dependencies>

<build>
<plugins>
Expand Down

0 comments on commit 6c19c67

Please sign in to comment.