| <!-- | 
 |    Licensed to the Apache Software Foundation (ASF) under one | 
 |    or more contributor license agreements.  See the NOTICE file | 
 |    distributed with this work for additional information | 
 |    regarding copyright ownership.  The ASF licenses this file | 
 |    to you under the Apache License, Version 2.0 (the | 
 |    "License"); you may not use this file except in compliance | 
 |    with the License.  You may obtain a copy of the License at | 
 |  | 
 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 |  | 
 |    Unless required by applicable law or agreed to in writing, | 
 |    software distributed under the License is distributed on an | 
 |    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
 |    KIND, either express or implied.  See the License for the | 
 |    specific language governing permissions and limitations | 
 |    under the License.     | 
 | --> | 
 | <ivy-module version="2.0"> | 
 |   <info organisation="org.apache.solr" module="ref-guide-tools"/> | 
 |   <configurations defaultconfmapping="compile->master"> | 
 |     <conf name="compile" transitive="false" /> | 
 |   </configurations> | 
 |   <dependencies> | 
 |     <dependency org="org.asciidoctor" name="asciidoctor-ant" rev="${/org.asciidoctor/asciidoctor-ant}" conf="compile" /> | 
 |     <dependency org="com.vaadin.external.google" name="android-json" rev="${/com.vaadin.external.google/android-json}" conf="compile" /> | 
 |     <dependency org="org.jsoup" name="jsoup" rev="${/org.jsoup/jsoup}" conf="compile" /> | 
 |     <dependency org="org.apache.pdfbox" name="pdfbox" rev="${/org.apache.pdfbox/pdfbox}" conf="compile"/> | 
 |     <dependency org="org.slf4j" name="jcl-over-slf4j" rev="${/org.slf4j/jcl-over-slf4j}" conf="compile"/> | 
 |     <dependency org="org.slf4j" name="slf4j-api" rev="${/org.slf4j/slf4j-api}" conf="compile"/> | 
 |     <dependency org="org.slf4j" name="slf4j-simple" rev="${/org.slf4j/slf4j-simple}" conf="compile"/> | 
 |     <dependency org="log4j" name="log4j" rev="${/log4j/log4j}" conf="compile"/> | 
 |   </dependencies> | 
 | </ivy-module> |