Skip to content

Commit

Permalink
Updated 08/java with missing dependency since it is not longer part o…
Browse files Browse the repository at this point in the history
…f the JDK standard lib
  • Loading branch information
David Haeffner committed Jul 1, 2019
1 parent 94aa0b0 commit db4622a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions 16-take-screenshot-on-failure/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@
<version>4.0.0-alpha-1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>

</dependencies>
</project>

0 comments on commit db4622a

Please sign in to comment.