Skip to content

Commit 9667878

Browse files
author
tigraboris
committed
add junit - jupiter -engine
1 parent 4c4cbd4 commit 9667878

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

trampoline/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<groupId>com.iluwatar</groupId>
3232
<artifactId>java-design-patterns</artifactId>
3333
<version>1.19.0-SNAPSHOT</version>
34+
3435
</parent>
3536
<artifactId>trampoline</artifactId>
3637
<dependencies>
@@ -40,6 +41,18 @@
4041
<version>4.12</version>
4142
<scope>test</scope>
4243
</dependency>
44+
45+
<dependency>
46+
<groupId>org.junit.jupiter</groupId>
47+
<artifactId>junit-jupiter-api</artifactId>
48+
<scope>test</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>org.junit.jupiter</groupId>
52+
<artifactId>junit-jupiter-engine</artifactId>
53+
<scope>test</scope>
54+
</dependency>
55+
4356
<dependency>
4457
<groupId>org.projectlombok</groupId>
4558
<artifactId>lombok</artifactId>

0 commit comments

Comments
 (0)