This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit efe4356607024f813e2df2bbba3f0103e5aeeb7b Author: Andriy Redko <[email protected]> AuthorDate: Fri Dec 31 19:29:38 2021 -0500 Update Apache Openwebbeans to 2.0.25 (#890) (cherry picked from commit a447d5d90fb9590de9245028c5a5e7fbc4aae147) (cherry picked from commit ef90164f48e6cea81f98bcda3dcce3b33c053ea0) --- 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 a99dc2a..92022bb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -116,6 +116,7 @@ <cxf.geronimo.servlet25.version>1.2</cxf.geronimo.servlet25.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> @@ -184,6 +185,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 6b820e7..7c2a7e7 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>
