added missing class GenericEnumType

This commit is contained in:
jomu
2015-12-27 13:02:06 +00:00
parent 5ec851422a
commit 055d2dffd9

11
pom.xml
View File

@ -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>
@ -102,7 +102,14 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.muehlencord.shared</groupId>