adoroszlai commented on code in PR #4504:
URL: https://github.com/apache/ozone/pull/4504#discussion_r1154061880


##########
pom.xml:
##########
@@ -159,6 +159,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
     <jersey2.version>2.34</jersey2.version>
 
     <!-- jackson versions -->
+    <jackson1.version>1.9.13</jackson1.version>
+    <jackson-jaxr.version>1.9.13</jackson-jaxr.version>

Review Comment:
   Please add a separate version property for `jackson-mapper-asl`.  It tends 
to have a patch version.
   
   On the other hand, I don't think we need a separate version property for 
`jackson-jaxrs`, it can use the generic `jackson1-version`.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to