lucasbak commented on code in PR #37: URL: https://github.com/apache/ambari-infra/pull/37#discussion_r1001514702
########## ambari-infra-manager/pom.xml: ########## @@ -383,6 +391,14 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> Review Comment: I have check, yes we do not need this one. It was not part of the original commit I will update the PR -- 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: commits-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org