META-INF.maven.com.guicedee.services.hibernate-core.pom.xml Maven / Gradle / Ivy
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.guicedee.services</groupId> <artifactId>services-parent</artifactId> <version>1.0.15.1-jre8</version> </parent> <artifactId>hibernate-core</artifactId> <packaging>jar</packaging> <name>hibernate.core</name> <description>JPMS Module-Info's for a few of the Jakarta Libraries just until they add them in themselves</description> <dependencies> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>jboss-logmanager</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>jakarta.persistence-api</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>jakarta.validation-api</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>javax.transaction</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>hibernate-commons-annotations</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>jandex</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.fasterxml</groupId> <artifactId>classmate</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>javassist</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>dom4j</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>javax.security.jacc</artifactId> <type>jar</type> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <type>jar</type> <optional>true</optional> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${maven.hibernate.version}</version> <exclusions> <exclusion> <artifactId>jaxb-api</artifactId> <groupId>javax.xml.bind</groupId> </exclusion> <exclusion> <artifactId>hibernate-commons-annotations</artifactId> <groupId>org.hibernate.common</groupId> </exclusion> <exclusion> <artifactId>javax.persistence-api</artifactId> <groupId>javax.persistence</groupId> </exclusion> <exclusion> <artifactId>javassist</artifactId> <groupId>org.javassist</groupId> </exclusion> <exclusion> <artifactId>jboss-transaction-api_1.2_spec</artifactId> <groupId>org.jboss.spec.javax.transaction</groupId> </exclusion> <exclusion> <artifactId>javax.persistence-api</artifactId> <groupId>javax.persistence</groupId> </exclusion> <exclusion> <artifactId>jandex</artifactId> <groupId>org.jboss</groupId> </exclusion> <exclusion> <artifactId>dom4j</artifactId> <groupId>org.dom4j</groupId> </exclusion> <exclusion> <artifactId>jaxb-api</artifactId> <groupId>javax.xml.bind</groupId> </exclusion> <exclusion> <artifactId>jaxb-runtime</artifactId> <groupId>org.glassfish.jaxb</groupId> </exclusion> <exclusion> <artifactId>jboss-logging</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>javax.activation-api</artifactId> <groupId>javax.activation</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <id>shade</id> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>antlr:antlr:*</include> <include>org.hibernate:hibernate-core:*</include> </includes> </artifactSet> <relocations> <relocation> <pattern>antlr</pattern> <shadedPattern>org.hibernate.relocated.antlr</shadedPattern> </relocation> </relocations> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.moditect</groupId> <artifactId>moditect-maven-plugin</artifactId> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy