Added patch by Joachim Van der Auwera to support package level annotations
[hibernate4-maven-plugin] / src / it / dependency-test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <groupId>de.juplo</groupId>
5   <artifactId>dependency-test</artifactId>
6   <name>Hibernate 4 Dependency-Test</name>
7   <version>0.1-SNAPSHOT</version>
8   <packaging>pom</packaging>
9   <modules>
10     <module>dependent</module>
11     <module>h4mp</module>
12   </modules>
13 </project>