File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 37
37
<h2 >2.3.232</h2 >
38
38
<jakarta-persistence-api >3.2.0</jakarta-persistence-api >
39
39
<jsqlparser >5.2</jsqlparser >
40
+ <junit-pioneer >2.3.0</junit-pioneer >
40
41
<mysql-connector-java >9.2.0</mysql-connector-java >
41
42
<postgresql >42.7.5</postgresql >
42
43
<oracle >23.8.0.25.04</oracle >
183
184
<type >pom</type >
184
185
<scope >import</scope >
185
186
</dependency >
187
+ <dependency >
188
+ <groupId >org.junit-pioneer</groupId >
189
+ <artifactId >junit-pioneer</artifactId >
190
+ <version >${junit-pioneer} </version >
191
+ <scope >test</scope >
192
+ </dependency >
186
193
</dependencies >
187
194
</dependencyManagement >
188
195
Original file line number Diff line number Diff line change 100
100
<scope >test</scope >
101
101
</dependency >
102
102
103
+ <dependency >
104
+ <groupId >org.junit-pioneer</groupId >
105
+ <artifactId >junit-pioneer</artifactId >
106
+ <scope >test</scope >
107
+ </dependency >
108
+
103
109
<dependency >
104
110
<groupId >org.springframework</groupId >
105
111
<artifactId >spring-core-test</artifactId >
You can’t perform that action at this time.
0 commit comments