added missing class GenericEnumType
This commit is contained in:
11
pom.xml
11
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>
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user