You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/11/23 16:58:03 UTC

[brooklyn-dist] branch master updated: Revert "exclude lower versions of snakeyaml"

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 b11c1e0  Revert "exclude lower versions of snakeyaml"
b11c1e0 is described below

commit b11c1e0f32c5b229439feb841ed110e3000d1143
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Nov 23 16:57:16 2021 +0000

    Revert "exclude lower versions of snakeyaml"
    
    This reverts commit 8fb58fefcf7057cf286a123484123bbbba4fe889.
    
    Exclusion was already present, but due to explicit reference in brooklyn-server/karaf it is being pulled in.
    Removing that reference.
---
 .../main/filtered-resources/resources/etc/org.apache.karaf.features.xml | 2 --
 1 file changed, 2 deletions(-)

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 689a317..cd209d7 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,8 +230,6 @@
         <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>