archetype-resources.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of demoiselle-minimal Show documentation
Show all versions of demoiselle-minimal Show documentation
Basic archetype for generic applications using Demoiselle Framework
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <version>${version}</version> <packaging>jar</packaging> <name></name> <description></description> <url></url> <parent> <groupId>br.gov.frameworkdemoiselle</groupId> <artifactId>demoiselle-minimal-parent</artifactId> <version>#{parent.version}</version> </parent> <dependencies> <dependency> <groupId>br.gov.frameworkdemoiselle.component</groupId> <artifactId>demoiselle-junit</artifactId> <version>2.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy