You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/05 12:45:51 UTC

[cxf] 01/02: Update to Hibernate 5.4.12.Final

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

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

commit 80b32bb41504ecf23eaafb1d62aac8c9c3f5d405
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Mar 5 14:48:39 2020 +0300

    Update to Hibernate 5.4.12.Final
---
 parent/pom.xml                             | 2 +-
 rt/rs/extensions/search/pom.xml            | 4 ----
 rt/rs/security/oauth-parent/oauth2/pom.xml | 4 ----
 rt/rs/security/sso/oidc/pom.xml            | 4 ----
 systests/rs-security/pom.xml               | 4 ----
 5 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 10d16e0..111c984 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -123,7 +123,7 @@
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hamcrest.version>1.3</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.3</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.4.8.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.4.12.Final</cxf.hibernate.em.version>
         <cxf.hibernate.jpa.version>1.0.2.Final</cxf.hibernate.jpa.version>
         <cxf.hibernate.validator.version>5.2.5.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.4.1</cxf.hsqldb.version>
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index bbb9621..c551378 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -151,10 +151,6 @@
                     <groupId>javax.activation</groupId>
                     <artifactId>javax.activation-api</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>javax.annotation</groupId>
-                    <artifactId>javax.annotation-api</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index f87ebaf..e17dae0 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -131,10 +131,6 @@
             <groupId>javax.activation</groupId>
             <artifactId>javax.activation-api</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-          </exclusion>
         </exclusions> 
     </dependency>
     <dependency>
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index 831a68b..675596f 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -93,10 +93,6 @@
             <groupId>javax.activation</groupId>
             <artifactId>javax.activation-api</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-          </exclusion>
         </exclusions> 
     </dependency>
     <dependency>
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index 8977b91..67a1b60 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -248,10 +248,6 @@
                     <groupId>javax.activation</groupId>
                     <artifactId>javax.activation-api</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>javax.annotation</groupId>
-                    <artifactId>javax.annotation-api</artifactId>
-                </exclusion>
             </exclusions> 
         </dependency>
         <dependency>