sandeep318kumar commented on code in PR #3943: URL: https://github.com/apache/ambari/pull/3943#discussion_r2054783545
########## ambari-server/pom.xml: ########## @@ -1650,7 +1650,11 @@ <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> - <scope>test</scope> + </dependency> + <dependency> + <groupId> org.codehaus.jackson</groupId> + <artifactId>jackson-jaxrs</artifactId> + <version>1.9.2</version> Review Comment: This artifact has been moved to **com.fasterxml.jackson.jaxrs ยป jackson-jaxrs-json-provider** and this artifact dependency is already added. Can you check once? This version[1.9.2] is vulnerable, we should avoid adding vulnerable artifacts. -- 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: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org