This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit b444817da7a77a09863d5d5998864686d5897ea2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 15 12:08:01 2016 +0100 optimize dependencies --- topia-it/pom.xml | 1 + topia-persistence/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 1bd0dd1..96f07c9 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -82,6 +82,7 @@ <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.1-api</artifactId> + <scope>runtime</scope> </dependency> <dependency> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 8bfa789..ba05102 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -94,6 +94,7 @@ <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.1-api</artifactId> + <scope>runtime</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.