This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 2eab747e67a2172614b5d63fa7f7557029e48c42 Author: Alexey Markevich <[email protected]> AuthorDate: Tue Mar 16 23:46:43 2021 +0300 Update karaf to 4.2.11 (cherry picked from commit 2cc034360947d3fc2e1087192cbaeee3131b5eca) --- osgi/karaf/features/src/main/resources/features.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml index 506c7e0..e504915 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -18,7 +18,7 @@ --> <features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="cxf-${project.version}"> - <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/1.0.0/xml/features</repository> + <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.4/xml/features</repository> <feature name="cxf-specs" version="${project.version}"> <bundle start-level="9">mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1</bundle> diff --git a/parent/pom.xml b/parent/pom.xml index ce17978..758feb3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -244,7 +244,7 @@ <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version> <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property> <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version> - <cxf.karaf.version>4.2.10</cxf.karaf.version> + <cxf.karaf.version>4.2.11</cxf.karaf.version> <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version> <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version> <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>
