Skip to content

Commit

Permalink
Merge pull request wildfly#17550 from darranl/WFLY-18941
Browse files Browse the repository at this point in the history
[WFLY-18941] Update the jipijapa-eclipselink name and version to match the latest.
  • Loading branch information
bstansberry authored Jan 23, 2024
2 parents f562889 + 84f9ac1 commit cbdd2f7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,9 @@ that depends on EclipseLink, to deploy on WildFly.
----
<module xmlns="urn:jboss:module:1.9" name="org.eclipse.persistence">
    <resources>
        <resource-root path="jipijapa-eclipselink-jakarta-27.0.0.Final.jar"/>
<resource-root path="eclipselink.jar"> <filter>
        <resource-root path="jipijapa-eclipselink-31.0.0.Final.jar"/>
<resource-root path="eclipselink.jar">
<filter>
<exclude path="jakarta/**" />
</filter>
</resource-root>
Expand Down

0 comments on commit cbdd2f7

Please sign in to comment.