File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 3333 <version >1.0-SNAPSHOT</version >
3434 <scope >provided</scope >
3535 </dependency >
36+ <dependency >
37+ <groupId >org.wiremock</groupId >
38+ <artifactId >wiremock</artifactId >
39+ <scope >test</scope >
40+ </dependency >
41+ <dependency >
42+ <groupId >org.junit.platform</groupId >
43+ <artifactId >junit-platform-launcher</artifactId >
44+ <scope >test</scope >
45+ </dependency >
46+ <dependency >
47+ <groupId >org.junit.platform</groupId >
48+ <artifactId >junit-platform-suite</artifactId >
49+ <scope >test</scope >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.junit.vintage</groupId >
53+ <artifactId >junit-vintage-engine</artifactId >
54+ <scope >test</scope >
55+ </dependency >
56+ <dependency >
57+ <groupId >org.junit.jupiter</groupId >
58+ <artifactId >junit-jupiter-params</artifactId >
59+ <scope >test</scope >
60+ </dependency >
61+ <dependency >
62+ <groupId >org.junit.jupiter</groupId >
63+ <artifactId >junit-jupiter-api</artifactId >
64+ <scope >test</scope >
65+ </dependency >
66+ <dependency >
67+ <groupId >org.junit.jupiter</groupId >
68+ <artifactId >junit-jupiter-engine</artifactId >
69+ <scope >test</scope >
70+ </dependency >
3671 </dependencies >
3772 <build >
3873 <plugins >
You can’t perform that action at this time.
0 commit comments