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 d4cdbcf3a9c6715f5364db14e872cd498658e7a6
Author: Alex Heneveld <a...@cloudsoft.io>
AuthorDate: Fri Jan 5 10:08:59 2024 +0000

    add note about excluding jclouds-byon for snakeyaml compatibility
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f3ea8c3d9..4b8ade52c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         
<groovy-eclipse-compiler.version>2.9.1-01</groovy-eclipse-compiler.version>  
<!-- see 
https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.1-Release-Notes
 -->
         <groovy-eclipse-batch.version>2.4.21-01</groovy-eclipse-batch.version>
         <snakeyaml.version>2.2</snakeyaml.version> <!-- should match: 
cxf-parent, jackson-dataformat-yaml; jackson is easy, but cxf have dropped 
support for java 8 -->
-        <snakeyaml.jclouds.version>1.26</snakeyaml.jclouds.version> <!-- 
jclouds 2.4 imports this; used for exclusion; yaml in jclouds might be broken 
as we are long past this -->
+        <snakeyaml.jclouds.version>1.26</snakeyaml.jclouds.version> <!-- 
jclouds-byon 2.4 imports this; used for exclusion; byon is excluded and that is 
the only jclouds library using it, so this is fine -->
         <!-- Next version of swagger requires changes to how path mapping and 
scanner injection are done. -->
         <swagger.version>1.6.2</swagger.version>
         <mx4j.version>3.0.1</mx4j.version>

Reply via email to