File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 73
73
<archunit .version>0.23.1</archunit .version>
74
74
<blockhound .version>1.0.8.RELEASE</blockhound .version>
75
75
<byte-buddy .version>1.14.3</byte-buddy .version>
76
- <cdi >3.0.1</cdi >
77
76
<checkstyle .skip>${skipTests} </checkstyle .skip>
78
77
<checkstyle .version>8.40</checkstyle .version>
79
78
<classgraph .version>4.8.149</classgraph .version>
319
318
<dependency >
320
319
<groupId >jakarta.enterprise</groupId >
321
320
<artifactId >jakarta.enterprise.cdi-api</artifactId >
322
- <version >${cdi} </version >
323
321
<scope >provided</scope >
324
322
</dependency >
325
323
<dependency >
326
324
<groupId >jakarta.transaction</groupId >
327
325
<artifactId >jakarta.transaction-api</artifactId >
328
326
<version >${jakarta.transaction-api.version} </version >
329
327
</dependency >
330
- <dependency >
331
- <groupId >org.apache.openwebbeans</groupId >
332
- <artifactId >openwebbeans-impl</artifactId >
333
- <version >${webbeans} </version >
334
- <classifier >jakarta</classifier >
335
- <scope >test</scope >
336
- </dependency >
337
328
<dependency >
338
329
<groupId >org.apache.openwebbeans</groupId >
339
330
<artifactId >openwebbeans-se</artifactId >
340
331
<version >${webbeans} </version >
341
- <classifier >jakarta</classifier >
342
- <scope >test</scope >
343
- </dependency >
344
- <dependency >
345
- <groupId >org.apache.openwebbeans</groupId >
346
- <artifactId >openwebbeans-spi</artifactId >
347
- <version >${webbeans} </version >
348
- <classifier >jakarta</classifier >
349
332
<scope >test</scope >
350
333
</dependency >
351
334
<dependency >
You can’t perform that action at this time.
0 commit comments