generalizhed database connection

This commit is contained in:
2019-01-16 09:50:21 +01:00
parent 12da8c2d8c
commit 7790a6fe50
5 changed files with 231 additions and 3 deletions

View File

@ -44,7 +44,6 @@
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-jeeutil</artifactId>
<type>jar</type>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -69,7 +68,6 @@
<dependency>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-util</artifactId>
<version>1.1-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
@ -83,8 +81,10 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>