add junit - jupiter -engine

This commit is contained in:
tigraboris 2018-01-20 22:09:42 +03:00
parent 4c4cbd41cf
commit 9667878b5f

View File

@ -31,6 +31,7 @@
<groupId>com.iluwatar</groupId> <groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId> <artifactId>java-design-patterns</artifactId>
<version>1.19.0-SNAPSHOT</version> <version>1.19.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>trampoline</artifactId> <artifactId>trampoline</artifactId>
<dependencies> <dependencies>
@ -40,6 +41,18 @@
<version>4.12</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>