|
|
@@ -90,6 +90,18 @@
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
<version>1.18.16</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ <version>4.12</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.junit.platform</groupId>
|
|
|
+ <artifactId>junit-platform-runner</artifactId>
|
|
|
+ <version>1.7.0</version>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<version>0.3.0</version>
|