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 8fb58fe exclude lower versions of snakeyaml
8fb58fe is described below
commit 8fb58fefcf7057cf286a123484123bbbba4fe889
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Nov 23 15:57:44 2021 +0000
exclude lower versions of snakeyaml
---
.../main/filtered-resources/resources/etc/org.apache.karaf.features.xml | 2 ++
1 file changed, 2 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 cd209d7..689a317 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
@@ -230,6 +230,8 @@
<bundle>mvn:javax.ws.rs/javax.ws.rs-api/[0,999]</bundle> <!-- use
jakarta above -->
<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/[0,999]</bundle>
<!-- use javax above -->
+ <bundle>mvn:org.yaml/snakeyaml/[1,${snakeyaml.version})</bundle> <!--
use latest version only -->
+
<!-- we supply wrapped versions -->
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.12.1_1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.15.0_1</bundle>