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-dist.git
The following commit(s) were added to refs/heads/master by this push:
new c49681f exclude jclouds-byon as that uses older snakeyaml
c49681f is described below
commit c49681f6df49364bd58de91276cfaf75ababc656
Author: Alex Heneveld <[email protected]>
AuthorDate: Fri Jan 5 10:03:07 2024 +0000
exclude jclouds-byon as that uses older snakeyaml
isn't used anyway, as brooklyn has its own byon
---
.../filtered-resources/resources/etc/org.apache.karaf.features.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/karaf/features/src/main/filtered-resources/resources/etc/org.apache.karaf.features.xml
b/karaf/features/src/main/filtered-resources/resources/etc/org.apache.karaf.features.xml
index b3dd335..34cda9c 100644
---
a/karaf/features/src/main/filtered-resources/resources/etc/org.apache.karaf.features.xml
+++
b/karaf/features/src/main/filtered-resources/resources/etc/org.apache.karaf.features.xml
@@ -275,6 +275,9 @@
<bundle>mvn:org.eclipse.jetty/jetty-webapp/[9.4,${jetty.version})</bundle>
<bundle>mvn:org.eclipse.jetty/jetty-xml/[9.4,${jetty.version})</bundle>
+ <!-- this needs snakeyaml 1.x, until jclouds 2.6 is released; we don't
use it so not a problem -->
+ <bundle>mvn:org.apache.jclouds.api/byon</bundle>
+
</blacklistedBundles>
</featuresProcessing>