You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/16 12:21:41 UTC

[karaf] branch master updated: Cleanup unused hibernate.annotations version

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new c94def4  Cleanup unused hibernate.annotations version
c94def4 is described below

commit c94def4e33dd62fd645e81e93487e0e9e07848cd
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Oct 16 14:05:51 2020 +0200

    Cleanup unused hibernate.annotations version
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dc7ff08..821bfc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,8 +253,6 @@
         <geronimo.transaction.manager.version>3.1.3</geronimo.transaction.manager.version>
         <guava.version>20.0</guava.version>
         <narayana.version>5.10.6.Final</narayana.version>
-        <hibernate.annotations.common.version>3.3.0.ga</hibernate.annotations.common.version>
-        <hibernate.annotations.version>3.4.0.GA</hibernate.annotations.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version>
         <hibernate.version>5.4.22.Final</hibernate.version>
         <hibernate.validator.version>6.1.5.Final</hibernate.validator.version>