Author: bleny Date: 2013-03-15 09:48:41 +0100 (Fri, 15 Mar 2013) New Revision: 24 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: fix warn while analyzing dependencies Modified: trunk/magalie-persistence/pom.xml Modified: trunk/magalie-persistence/pom.xml =================================================================== --- trunk/magalie-persistence/pom.xml 2013-03-14 15:33:52 UTC (rev 23) +++ trunk/magalie-persistence/pom.xml 2013-03-15 08:48:41 UTC (rev 24) @@ -21,6 +21,11 @@ <dependencies> <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.0-api</artifactId> + </dependency> + + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency>