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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>de.juplo</groupId>
6 <artifactId>main</artifactId>
8 <packaging>jar</packaging>
13 <groupId>org.hibernate</groupId>
14 <artifactId>hibernate-core</artifactId>
15 <version>4.3.5.Final</version>
18 <groupId>de.juplo</groupId>
19 <artifactId>ignored</artifactId>
25 <maven.compiler.source>1.7</maven.compiler.source>
26 <maven.compiler.target>1.7</maven.compiler.target>
32 <groupId>de.juplo</groupId>
33 <artifactId>hibernate-maven-plugin</artifactId>
34 <version>@project.version@</version>
43 <export>false</export>
46 <dialect>org.hibernate.dialect.PostgreSQL9Dialect</dialect>
47 <scanDependencies>none</scanDependencies>