extendedValidation-test-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-test-support</artifactId>
<version>3.0.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<artifactId>extendedValidation-test-support</artifactId>
<packaging>jar</packaging>
<url>http://extendedvalidation.sourceforge.net/</url>
<description>Test support provider project.</description>
<parent>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-parent</artifactId>
<version>3.0.1</version>
<relativePath>../extendedValidation-parent</relativePath>
</parent>
<name>Extended Validation Test Support</name>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Leandro Deitos</name>
<email>leandro.deitos@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:ldeitos/repository.git/extendedValidation</connection>
<developerConnection>scm:git:git@github.com:ldeitos/repository.git/extendedValidation</developerConnection>
<url>https://github.com/ldeitos/repository/extendedValidation</url>
</scm>
<dependencies>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>extendedValidation</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>extendedValidation-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>io.github.cdi-unit</groupId>
<artifactId>cdi-unit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.cdi-unit</groupId>
<artifactId>cdi-unit-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-shaded</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld.module</groupId>
<artifactId>weld-web</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>