pom.xml
849 Bytes
<?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">
<artifactId>demoiselle-parent</artifactId>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<name>Demoiselle Parent</name>
<parent>
<groupId>org.demoiselle.jee</groupId>
<artifactId>demoiselle-build</artifactId>
<version>3.0.0-BETA1-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.demoiselle.jee</groupId>
<artifactId>demoiselle-parent-bom</artifactId>
<version>3.0.0-BETA1-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>