Author: tchemit Date: 2014-03-27 13:38:49 +0100 (Thu, 27 Mar 2014) New Revision: 1765 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1765 Log: fix dependencies Modified: trunk/wao-services/pom.xml Modified: trunk/wao-services/pom.xml =================================================================== --- trunk/wao-services/pom.xml 2014-03-27 12:02:46 UTC (rev 1764) +++ trunk/wao-services/pom.xml 2014-03-27 12:38:49 UTC (rev 1765) @@ -62,6 +62,11 @@ </dependency> <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>
participants (1)
-
tchemit@users.forge.codelutin.com