Skip to content

Commit

Permalink
Fix wildfly-eclipselink
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Sep 5, 2024
1 parent a13b7cc commit 7478da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>3.0.1.Final</version>
<version>5.0.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 1 addition & 3 deletions src/test/resources/wildfly-eclipselink/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@
</properties>

<resources>
<resource-root path="jipijapa-eclipselink-26.1.1.Final.jar"/>
<resource-root path="jipijapa-eclipselink-33.0.1.Final.jar"/>
<resource-root path="eclipselink.jar"><filter><exclude path="jakarta/**" /></filter></resource-root>
</resources>

<dependencies>
<module name="jakarta.api"/>
<module name="jakarta.annotation.api"/>
<module name="jakarta.enterprise.api"/>
<module name="jakarta.persistence.api"/>
<module name="jakarta.transaction.api"/>
<module name="jakarta.validation.api"/>
<module name="jakarta.xml.bind.api"/>
<module name="org.antlr"/>
<module name="org.dom4j"/>
<module name="org.jboss.as.jpa.spi"/>
<module name="org.jboss.logging"/>
<module name="org.jboss.vfs"/>
Expand Down

0 comments on commit 7478da2

Please sign in to comment.