This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push: new b695164 Remove dependency=true to install bundle b695164 is described below commit b695164f5cc00f6038d64ede3d38034736855c0f Author: Federico Mariani <fmari...@redhat.com> AuthorDate: Fri Jun 11 18:10:05 2021 +0200 Remove dependency=true to install bundle --- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index a23dfe1..a87e962 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1307,7 +1307,7 @@ <bundle dependency='true'>mvn:org.apache.directory.api/api-ldap-extras-codec-api/2.0.0</bundle> <bundle dependency='true'>mvn:org.apache.directory.api/api-ldap-extras-util/2.0.0</bundle> <bundle dependency='true'>mvn:org.apache.directory.api/api-ldap-model/2.0.0</bundle> - <bundle dependency='true'>mvn:org.apache.directory.api/api-ldap-net-mina/2.0.0</bundle> + <bundle>mvn:org.apache.directory.api/api-ldap-net-mina/2.0.0</bundle> <bundle dependency='true'>mvn:org.apache.directory.api/api-ldap-schema-data/2.0.0</bundle> <bundle dependency='true'>mvn:org.apache.directory.api/api-util/2.0.0</bundle> <bundle dependency='true'>mvn:org.apache.directory.server/apacheds-core-api/${apacheds-version}</bundle>