aledsage commented on a change in pull request #1067: improved templates
support, and jackson bump
URL: https://github.com/apache/brooklyn-server/pull/1067#discussion_r352674407
##########
File path: pom.xml
##########
@@ -122,7 +122,7 @@
<xpp3.servicemix.version>1.1.4c_7</xpp3.servicemix.version>
<kxml2.servicemix.version>2.3.0_3</kxml2.servicemix.version>
<!-- double-check downstream projects before changing jackson version
-->
- <fasterxml.jackson.version>2.9.8</fasterxml.jackson.version> <!-- To
match cxf-jackson (from cxf-jaxrs) -->
+ <fasterxml.jackson.version>2.10.0.pr2</fasterxml.jackson.version> <!--
2.9.9 matches cxf-jackson (from cxf-jaxrs), but 2.10 has better yaml support -->
Review comment:
Why `2.10.0.pr2`? Don't know what "pr" means, but it sounds like a release
candidate.
`2.10.0` or `2.10.1` looks newer than `2.10.pr2` -
https://search.maven.org/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services