Skip to content

Commit

Permalink
Upgrade to OpenWebBeans 4.0.
Browse files Browse the repository at this point in the history
Closes #3179
  • Loading branch information
mp911de committed Sep 29, 2023
1 parent 1d49fe9 commit 867de7d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,31 +224,9 @@
<optional>true</optional>
</dependency>

<!--
Apache Open Web beans offers a jakarta based version using maven classifiers.
Unfortunately the dependencies are broken, so one has to exclude the broken ones and add the proper ones
explicitly.
This can be simpliefied once https://issues.apache.org/jira/browse/OWB-1368 is fixed.
See: https://stackoverflow.com/questions/66610586/openwebbeans-gives-error-java-lang-noclassdeffounderror-when-using-with-tomcat-1
-->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>
<classifier>jakarta</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-impl</artifactId>
<classifier>jakarta</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-spi</artifactId>
<classifier>jakarta</classifier>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 867de7d

Please sign in to comment.