Skip to content

Commit 867de7d

Browse files
committed
Upgrade to OpenWebBeans 4.0.
Closes #3179
1 parent 1d49fe9 commit 867de7d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

spring-data-jpa/pom.xml

-22
Original file line numberDiff line numberDiff line change
@@ -224,31 +224,9 @@
224224
<optional>true</optional>
225225
</dependency>
226226

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-
-->
236227
<dependency>
237228
<groupId>org.apache.openwebbeans</groupId>
238229
<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>
252230
<scope>test</scope>
253231
</dependency>
254232

0 commit comments

Comments
 (0)