added missing class GenericEnumType
This commit is contained in:
9
pom.xml
9
pom.xml
@ -33,7 +33,7 @@
|
||||
<edtFTPj.version>1.5.3</edtFTPj.version>
|
||||
<scrypt.version>1.4.0</scrypt.version>
|
||||
<bouncycastle.version>1.53</bouncycastle.version>
|
||||
|
||||
<hibernate.version>5.0.6.Final</hibernate.version>
|
||||
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
|
||||
<maven-ejb-plugin.version>2.5.1</maven-ejb-plugin.version>
|
||||
<maven-surefire-plugin.version>2.19</maven-surefire-plugin.version>
|
||||
@ -104,6 +104,13 @@
|
||||
<version>${bouncycastle.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
<artifactId>shared-util</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user