added general FacesUtil

This commit is contained in:
jomu
2016-02-10 16:36:11 +00:00
parent e47d765a4b
commit 2b4cb29e30
2 changed files with 40 additions and 1 deletions

View File

@ -23,11 +23,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax</groupId>