This is an automated email from the git hooks/post-receive script. New commit to branch feature/4062 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 061b98f70e2fd0badb40c0cb7f16a34c8f8532c6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 16:21:33 2016 +0200 Optimize dependencies --- pom.xml | 6 ++++++ topia-it/pom.xml | 4 ++++ topia-persistence/pom.xml | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 29ac803..6092176 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,12 @@ </dependency> <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.1-api</artifactId> + <version>1.0.0.Final</version> + </dependency> + + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>${hibernateVersion}</version> diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 903d4b3..1bd0dd1 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -79,6 +79,10 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> + <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.1-api</artifactId> + </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 8b3015f..8bfa789 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -91,6 +91,10 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> </dependency> + <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.1-api</artifactId> + </dependency> <dependency> <groupId>org.javassist</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.