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 a7e7e62 Fixing Karaf 4.3.3 dependency resolution
a7e7e62 is described below
commit a7e7e62fd3c68fa3f262bd021ae62076335c359c
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Aug 9 08:02:52 2021 -0400
Fixing Karaf 4.3.3 dependency resolution
---
osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
index 50e93f1..11c0090 100644
--- a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
+++ b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
@@ -23,6 +23,9 @@
<feature name="pax-http-undertow" version="7.3.18">
<f:bundle
start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/${project.version}</f:bundle>
</feature>
+ <feature name="pax-http-undertow" version="7.3.19">
+ <f:bundle
start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/${project.version}</f:bundle>
+ </feature>
</replacement>
</featureReplacements>
</featuresProcessing>