2013-12-02 13:42:23 -05:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2014-04-25 04:55:05 -04:00
|
|
|
<ivy-module version="2.0">
|
2013-12-04 10:15:24 -05:00
|
|
|
<info organisation="org.apache.solr" module="map-reduce" />
|
2014-10-16 16:13:48 -04:00
|
|
|
<configurations defaultconfmapping="compile->master;test->master">
|
2013-12-02 13:42:23 -05:00
|
|
|
<conf name="compile" transitive="false" />
|
|
|
|
<conf name="test" transitive="false" />
|
|
|
|
</configurations>
|
|
|
|
|
|
|
|
<dependencies>
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-core" rev="${/org.apache.hadoop/hadoop-mapreduce-client-core}" conf="compile" />
|
|
|
|
<dependency org="net.sourceforge.argparse4j" name="argparse4j" rev="${/net.sourceforge.argparse4j/argparse4j}" conf="compile" />
|
|
|
|
<dependency org="org.kitesdk" name="kite-morphlines-saxon" rev="${/org.kitesdk/kite-morphlines-saxon}" conf="compile" />
|
|
|
|
<dependency org="net.sf.saxon" name="Saxon-HE" rev="${/net.sf.saxon/Saxon-HE}" conf="compile" />
|
|
|
|
<dependency org="org.kitesdk" name="kite-morphlines-hadoop-sequencefile" rev="${/org.kitesdk/kite-morphlines-hadoop-sequencefile}" conf="compile" />
|
2014-04-25 04:55:05 -04:00
|
|
|
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="${/org.slf4j/jcl-over-slf4j}" conf="test" />
|
2014-04-25 04:55:05 -04:00
|
|
|
|
2013-12-02 13:42:23 -05:00
|
|
|
<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}" />
|
|
|
|
</dependencies>
|
|
|
|
</ivy-module>
|