File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 102
102
<version >${junit.version} </version >
103
103
<scope >test</scope >
104
104
</dependency >
105
+ <dependency >
106
+ <groupId >org.junit.jupiter</groupId >
107
+ <artifactId >junit-jupiter-engine</artifactId >
108
+ <version >${junit.version} </version >
109
+ <scope >test</scope >
110
+ </dependency >
105
111
<dependency >
106
112
<groupId >org.skyscreamer</groupId >
107
113
<artifactId >jsonassert</artifactId >
121
127
<artifactId >junit-jupiter-api</artifactId >
122
128
<scope >test</scope >
123
129
</dependency >
130
+ <dependency >
131
+ <groupId >org.junit.jupiter</groupId >
132
+ <artifactId >junit-jupiter-engine</artifactId >
133
+ <scope >test</scope >
134
+ </dependency >
124
135
<dependency >
125
136
<groupId >org.junit.jupiter</groupId >
126
137
<artifactId >junit-jupiter-params</artifactId >
You can’t perform that action at this time.
0 commit comments