File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 224
224
<optional >true</optional >
225
225
</dependency >
226
226
227
- <!--
228
- Apache Open Web beans offers a jakarta based version using maven classifiers.
229
- Unfortunately the dependencies are broken, so one has to exclude the broken ones and add the proper ones
230
- explicitly.
231
-
232
- This can be simpliefied once https://issues.apache.org/jira/browse/OWB-1368 is fixed.
233
-
234
- See: https://stackoverflow.com/questions/66610586/openwebbeans-gives-error-java-lang-noclassdeffounderror-when-using-with-tomcat-1
235
- -->
236
227
<dependency >
237
228
<groupId >org.apache.openwebbeans</groupId >
238
229
<artifactId >openwebbeans-se</artifactId >
239
- <classifier >jakarta</classifier >
240
- <scope >test</scope >
241
- </dependency >
242
- <dependency >
243
- <groupId >org.apache.openwebbeans</groupId >
244
- <artifactId >openwebbeans-impl</artifactId >
245
- <classifier >jakarta</classifier >
246
- <scope >test</scope >
247
- </dependency >
248
- <dependency >
249
- <groupId >org.apache.openwebbeans</groupId >
250
- <artifactId >openwebbeans-spi</artifactId >
251
- <classifier >jakarta</classifier >
252
230
<scope >test</scope >
253
231
</dependency >
254
232
You can’t perform that action at this time.
0 commit comments