branch develop updated (6820fc09 -> 04ee7154)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git from 6820fc09 fixes #3: Update to Hibernate 5.2.11 new 04ee7154 fixes #3: Update to Hibernate 5.2.16 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 04ee71542841246c34c317a5354a8ca776d21e25 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Apr 3 13:58:13 2018 +0200 fixes #3: Update to Hibernate 5.2.16 Summary of changes: pom.xml | 16 ++++++++++++---- topia-persistence/pom.xml | 4 ++++ 2 files changed, 16 insertions(+), 4 deletions(-) -- 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-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit 04ee71542841246c34c317a5354a8ca776d21e25 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Apr 3 13:58:13 2018 +0200 fixes #3: Update to Hibernate 5.2.16 --- pom.xml | 16 ++++++++++++---- topia-persistence/pom.xml | 4 ++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8d197e19..28984fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ <processorPluginVersion>1.3</processorPluginVersion> <nuitonI18nVersion>3.6.3</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> - <hibernateVersion>5.2.11.Final</hibernateVersion> + <hibernateVersion>5.2.16.Final</hibernateVersion> <sl4jVersion>1.7.25</sl4jVersion> <h2Version>1.4.194</h2Version> <hamcrestVersion>1.3</hamcrestVersion> @@ -217,6 +217,8 @@ <javaVersion>1.8</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> + + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> </properties> <dependencyManagement> @@ -273,7 +275,13 @@ <version>${hibernateVersion}</version> <scope>runtime</scope> </dependency> - + + <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.1-api</artifactId> + <version>1.0.0.Final</version> + </dependency> + <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> @@ -326,13 +334,13 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.7</version> </dependency> <!-- BD H2 for testing --> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index f30a90f9..262c0d95 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -109,6 +109,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>javax.transaction</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm