You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/01 00:29:45 UTC

[cxf] branch master updated: Update Apache Openwebbeans to 2.0.25 (#890)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a447d5d  Update Apache Openwebbeans to 2.0.25 (#890)
a447d5d is described below

commit a447d5d90fb9590de9245028c5a5e7fbc4aae147
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Dec 31 19:29:38 2021 -0500

    Update Apache Openwebbeans to 2.0.25 (#890)
---
 parent/pom.xml       | 2 ++
 systests/cdi/pom.xml | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index edde129..97704ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -113,6 +113,7 @@
         <cxf.geronimo.jta.version>1.1.1</cxf.geronimo.jta.version>
         <cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
         <cxf.geronimo.openapi.version>1.0.14</cxf.geronimo.openapi.version>
+        <cxf.glassfish.el.version>3.0.1-b11</cxf.glassfish.el.version>
         <cxf.glassfish.json.version>1.1.4</cxf.glassfish.json.version>
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
@@ -181,6 +182,7 @@
         <cxf.opensaml.osgi.version.range>[3.1,4)</cxf.opensaml.osgi.version.range>
         <cxf.opensaml.osgi.version>3.4.5_2</cxf.opensaml.osgi.version>
         <cxf.opentracing.version>0.33.0</cxf.opentracing.version>
+        <cxf.openwebbeans.version>2.0.25</cxf.openwebbeans.version>
         <cxf.persistence-api.version>2.2.3</cxf.persistence-api.version>
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.0</cxf.plexus-utils.version>
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 8b793d8..d59c91d 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -31,10 +31,6 @@
     <name>Apache CXF CDI Integration System Tests</name>
     <description>Apache CXF CDI Integration System Tests</description>
     <url>https://cxf.apache.org</url>
-    <properties>
-        <cxf.glassfish.el.version>3.0.1-b11</cxf.glassfish.el.version>
-        <cxf.openwebbeans.version>2.0.14</cxf.openwebbeans.version>
-    </properties>
     <modules>
         <module>base</module>
         <module>cdi-weld</module>