File tree Expand file tree Collapse file tree 3 files changed +27
-6
lines changed
com.io7m.cedarbridge.tests Expand file tree Collapse file tree 3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 138
138
<scope >provided</scope >
139
139
</dependency >
140
140
141
+ <dependency >
142
+ <groupId >org.junit.jupiter</groupId >
143
+ <artifactId >junit-jupiter-api</artifactId >
144
+ </dependency >
141
145
<dependency >
142
146
<groupId >org.junit.jupiter</groupId >
143
147
<artifactId >junit-jupiter-engine</artifactId >
144
148
</dependency >
149
+ <dependency >
150
+ <groupId >org.junit.platform</groupId >
151
+ <artifactId >junit-platform-commons</artifactId >
152
+ </dependency >
153
+ <dependency >
154
+ <groupId >org.junit.platform</groupId >
155
+ <artifactId >junit-platform-engine</artifactId >
156
+ </dependency >
157
+ <dependency >
158
+ <groupId >org.junit.platform</groupId >
159
+ <artifactId >junit-platform-launcher</artifactId >
160
+ </dependency >
161
+
145
162
<dependency >
146
163
<groupId >ch.qos.logback</groupId >
147
164
<artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 59
59
exports com .io7m .cedarbridge .tests ;
60
60
61
61
requires com .io7m .jbssio .vanilla ;
62
+ requires com .io7m .junreachable .core ;
62
63
requires java .compiler ;
63
64
requires net .bytebuddy .agent ;
64
65
requires net .bytebuddy ;
71
72
requires org .junit .jupiter .engine ;
72
73
requires org .junit .platform .commons ;
73
74
requires org .junit .platform .engine ;
74
- requires com . io7m . junreachable . core ;
75
+ requires org . junit . platform . launcher ;
75
76
76
77
provides net .jqwik .api .providers .ArbitraryProvider
77
78
with com .io7m .cedarbridge .tests .CBIdentityTestProvider ;
Original file line number Diff line number Diff line change 74
74
<!-- Third-party dependencies. -->
75
75
<jqwik .version>1.9.0</jqwik .version>
76
76
<org .immutables.version>2.10.1</org .immutables.version>
77
+ <org .junit.version>5.11.0</org .junit.version>
77
78
</properties >
78
79
79
80
<licenses >
180
181
<artifactId >com.io7m.jodist</artifactId >
181
182
<version >2.0.0</version >
182
183
</dependency >
183
- <dependency >
184
- <groupId >org.junit.jupiter</groupId >
185
- <artifactId >junit-jupiter-engine</artifactId >
186
- <version >5.10.3</version >
187
- </dependency >
188
184
<dependency >
189
185
<groupId >com.io7m.jaffirm</groupId >
190
186
<artifactId >com.io7m.jaffirm.core</artifactId >
247
243
</dependency >
248
244
249
245
<!-- Test suite. -->
246
+ <dependency >
247
+ <groupId >org.junit</groupId >
248
+ <artifactId >junit-bom</artifactId >
249
+ <version >${org.junit.version} </version >
250
+ <type >pom</type >
251
+ <scope >import</scope >
252
+ </dependency >
250
253
<dependency >
251
254
<groupId >nl.jqno.equalsverifier</groupId >
252
255
<artifactId >equalsverifier</artifactId >
You can’t perform that action at this time.
0 commit comments