poms-shared-domain
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.vpro.poms</groupId> <artifactId>poms-shared-domain</artifactId> <version>8.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>nl.vpro.poms</groupId> <artifactId>poms-shared-parent</artifactId> <version>8.9.0</version> </parent> <groupId>nl.vpro.poms</groupId> <artifactId>poms-shared-domain</artifactId> <version>8.9.0</version> <name>poms-shared-domain</name> <description>Several domains like 'media', pages' and 'subtitles' in the POMS system share some common properties which are collected here</description> <licenses> <license> <name>GPLv3</name> <url>https://www.gnu.org/licenses/gpl-3.0.txt</url> </license> </licenses> <dependencies> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-xml</artifactId> </dependency> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-jackson2</artifactId> </dependency> <dependency> <groupId>org.meeuw</groupId> <artifactId>jaxb-documentation</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.el</artifactId> </dependency> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-test</artifactId> </dependency> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-i18n</artifactId> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.meeuw.math</groupId> <artifactId>mihxil-theories</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <executions> <execution> <id>process</id> <phase>generate-sources</phase> <goals> <goal>process</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-jpamodelgen</artifactId> <version>${hibernate.version}</version> </dependency> </dependencies> </plugin> </plugins> </build> </project>