modules.org.eclipse.persistence.main.module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-eclipselink Show documentation
Show all versions of jpa-eclipselink Show documentation
Java Persistence API with EclipseLink
<?xml version="1.0" ?> <!-- ~ Copyright 2015 Red Hat, Inc. and/or its affiliates. ~ ~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 --> <module xmlns="urn:jboss:module:1.5" name="org.eclipse.persistence"> <resources> <artifact name="org.wildfly:jipijapa-eclipselink:${version.wildfly}"/> <artifact name="org.eclipse.persistence:eclipselink:${version.eclipse.link}"> <filter> <exclude path="javax/**" /> </filter> </artifact> </resources> <dependencies> <module name="asm.asm" /> <module name="javax.api"/> <module name="javax.annotation.api"/> <module name="javax.enterprise.api"/> <module name="javax.persistence.api"/> <module name="javax.transaction.api"/> <module name="javax.validation.api"/> <module name="javax.xml.bind.api"/> <module name="javax.ws.rs.api"/> <module name="org.antlr"/> <module name="org.apache.commons.collections"/> <module name="org.dom4j"/> <module name="org.jboss.as.jpa.spi"/> <module name="org.jboss.logging"/> <module name="org.jboss.vfs"/> </dependencies> </module>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy