added missing class GenericEnumType

This commit is contained in:
jomu
2015-12-27 13:02:00 +00:00
parent be1ede1fca
commit 5ec851422a
2 changed files with 120 additions and 1 deletions

View File

@ -27,7 +27,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>