changes fixing mistakes

This commit is contained in:
tigraboris
2018-01-20 13:36:43 +03:00
parent 94fdefee3a
commit f7825f6c99
6 changed files with 34 additions and 44 deletions

View File

@ -34,19 +34,16 @@
</parent>
<artifactId>trampoline</artifactId>
<dependencies>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<scope>provided</scope>
</dependency>