Add README.md

This commit is contained in:
Sia Wai Suan
2018-02-20 09:48:44 +00:00
parent b73ef6e6c5
commit 565f5a4e70
4 changed files with 38 additions and 8 deletions

View File

@@ -16,10 +16,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>