We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fe09b commit c1e4c57Copy full SHA for c1e4c57
1 file changed
sdk/java/pom.xml
@@ -56,6 +56,12 @@
56
<version>${junit.version}</version>
57
<scope>test</scope>
58
</dependency>
59
+ <dependency>
60
+ <groupId>org.junit.jupiter</groupId>
61
+ <artifactId>junit-jupiter-api</artifactId>
62
+ <version>${junit.version}</version>
63
+ <scope>test</scope>
64
+ </dependency>
65
<dependency>
66
<groupId>org.junit.jupiter</groupId>
67
<artifactId>junit-jupiter-params</artifactId>
@@ -85,6 +91,14 @@
85
91
<nohelp>true</nohelp>
86
92
</configuration>
87
93
</plugin>
94
+ <plugin>
95
+ <artifactId>maven-surefire-plugin</artifactId>
96
+ <version>2.22.2</version>
97
+ </plugin>
98
99
+ <artifactId>maven-failsafe-plugin</artifactId>
100
101
88
102
</plugins>
89
103
</build>
90
104
0 commit comments