branch develop updated (bfbf90b -> b444817)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from bfbf90b Update Update slf4j to 1.7.22 (fixes #4098) new b444817 optimize dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b444817da7a77a09863d5d5998864686d5897ea2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 15 12:08:01 2016 +0100 optimize dependencies Summary of changes: topia-it/pom.xml | 1 + topia-persistence/pom.xml | 1 + 2 files changed, 2 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm