1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.cege</groupId>
5 <artifactId>h4mp-mod</artifactId>
6 <version>0.0.1-SNAPSHOT</version>
7 <packaging>war</packaging>
12 <groupId>javax</groupId>
13 <artifactId>javaee-api</artifactId>
14 <version>7.0</version>
15 <scope>provided</scope>
18 <groupId>org.hibernate</groupId>
19 <artifactId>hibernate-envers</artifactId>
20 <version>4.3.5.Final</version>
24 <groupId>junit</groupId>
25 <artifactId>junit</artifactId>
26 <version>4.8.2</version>
30 <groupId>org.apache.derby</groupId>
31 <artifactId>derby</artifactId>
32 <version>10.10.1.1</version>
36 <groupId>org.hibernate</groupId>
37 <artifactId>hibernate-entitymanager</artifactId>
38 <version>4.3.5.Final</version>
42 <groupId>org.slf4j</groupId>
43 <artifactId>slf4j-simple</artifactId>
44 <version>1.5.8</version>
49 <maven.compiler.source>1.7</maven.compiler.source>
50 <maven.compiler.target>1.7</maven.compiler.target>
51 <failOnMissingWebXml>false</failOnMissingWebXml>
52 <version>@project.version@</version>
58 <groupId>de.juplo</groupId>
59 <artifactId>hibernate-maven-plugin</artifactId>
60 <version>${version}</version>
69 <execute>false</execute>
72 <delimiter>;</delimiter>
73 <dialect>org.hibernate.dialect.PostgreSQL9Dialect</dialect>