Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/138#discussion_r75551452 --- Diff: ivy/ivy.xml --- @@ -127,6 +127,9 @@ <dependency org="org.apache.wicket" name="wicket-spring" rev="6.16.0" conf="*->default" /> <dependency org="de.agilecoders.wicket" name="wicket-bootstrap-core" rev="0.9.2" conf="*->default" /> <dependency org="de.agilecoders.wicket" name="wicket-bootstrap-extensions" rev="0.9.2" conf="*->default" /> + + <!-- RabbitMQ dependencies --> + <dependency org="com.rabbitmq" name="amqp-client" rev="3.5.5" conf="*->default" /> --- End diff -- Indentation is off.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---