META-INF.maven.io.github.Riduidel.aadarchi.model-linter.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model-linter Show documentation
Show all versions of model-linter Show documentation
A model linter that verify if some useful things are present in an element.
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>io.github.Riduidel.aadarchi</groupId> <artifactId>system</artifactId> <version>0.1.12</version> </parent> <artifactId>model-linter</artifactId> <name>Aadarchi : Model linter</name> <description>A model linter that verify if some useful things are present in an element.</description> <dependencies> <dependency> <groupId>io.github.Riduidel.aadarchi</groupId> <artifactId>base</artifactId> <version>${project.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-junit5</artifactId> </dependency> <dependency> <groupId>io.github.Riduidel.aadarchi</groupId> <artifactId>aadarchi-test-utils</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy