This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 2f87e454ba38664143b2ac6dd765d911533cc297 Author: Alex Heneveld <[email protected]> AuthorDate: Tue Nov 23 16:58:14 2021 +0000 remove explicit reference to wrong version of snakeyaml even with exclusion in karaf feature xml, it was getting pulled in, but with this line removed it does not --- karaf/features/src/main/feature/feature.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index ca33091..0756a44 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -338,7 +338,8 @@ <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_5</bundle> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oauth-commons/20100527_1</bundle> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jersey-core/1.11_1</bundle> - <bundle>mvn:org.yaml/snakeyaml/${snakeyaml.jclouds.version}</bundle> + <!-- <bundle>mvn:org.yaml/snakeyaml/${snakeyaml.jclouds.version}</bundle> --> <!-- prefer our version --> + <bundle>mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle> <!-- jclouds bundles --> <bundle>mvn:org.apache.jclouds.api/atmos/${jclouds.version}</bundle>
