All without Readme and pumlid

This commit is contained in:
Aleksandar Dudukovic
2017-05-03 17:50:35 +02:00
parent 8530d01e10
commit 20062faae6
8 changed files with 147 additions and 0 deletions

View File

@ -10,6 +10,21 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>marker</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>