This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-karaf-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.11.x by this
push:
new ede493c [CAMEL-16855] Remove <repository/> from Camel karaf features
repo
ede493c is described below
commit ede493c1fcef51b14ab50d03931b805cddd87852
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Aug 9 10:37:22 2021 +0200
[CAMEL-16855] Remove <repository/> from Camel karaf features repo
---
platforms/karaf/features/pom.xml | 2 ++
platforms/karaf/features/src/main/resources/features.xml | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 236c870..047dbc4 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -124,6 +124,8 @@
<descriptor>mvn:org.apache.karaf.features/framework/${karaf4-version}/xml/features</descriptor>
<descriptor>mvn:org.apache.karaf.features/enterprise/${karaf4-version}/xml/features</descriptor>
<descriptor>mvn:org.apache.karaf.features/spring/${karaf4-version}/xml/features</descriptor>
+
<descriptor>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</descriptor>
+
<descriptor>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/${hibernate-validator-version}/xml/features</descriptor>
</descriptors>
<distribution>org.apache.karaf.features:framework</distribution>
<javase>9</javase>
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index 51a27df..2d10443 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -18,9 +18,6 @@
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0"
name='camel-${project.version}'>
-
<repository>mvn:org.apache.cxf.karaf/apache-cxf/[3,4)/xml/features</repository>
-
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository>
-
<repository>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/[6.2,6.2]/xml/features</repository>
<feature name='xml-specs-api' version='${servicemix-specs-version}'
start-level='10'>
<bundle
dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle>