We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4cbd4 commit 9667878Copy full SHA for 9667878
trampoline/pom.xml
@@ -31,6 +31,7 @@
31
<groupId>com.iluwatar</groupId>
32
<artifactId>java-design-patterns</artifactId>
33
<version>1.19.0-SNAPSHOT</version>
34
+
35
</parent>
36
<artifactId>trampoline</artifactId>
37
<dependencies>
@@ -40,6 +41,18 @@
40
41
<version>4.12</version>
42
<scope>test</scope>
43
</dependency>
44
45
+ <dependency>
46
+ <groupId>org.junit.jupiter</groupId>
47
+ <artifactId>junit-jupiter-api</artifactId>
48
+ <scope>test</scope>
49
+ </dependency>
50
51
52
+ <artifactId>junit-jupiter-engine</artifactId>
53
54
55
56
<dependency>
57
<groupId>org.projectlombok</groupId>
58
<artifactId>lombok</artifactId>
0 commit comments