2012-03-30 14:04:43 -04: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.
|
|
|
|
-->
|
2013-07-11 00:03:24 -04:00
|
|
|
<ivy-module version="2.0" xmlns:maven="http://ant.apache.org/ivy/maven">
|
|
|
|
<info organisation="org.apache.solr" module="core"/>
|
|
|
|
|
2015-01-12 21:03:58 -05:00
|
|
|
<configurations defaultconfmapping="compile->master;compile.hadoop->master;test->master;test.DfsMiniCluster->master;test.MiniKdc->master">
|
2013-07-11 00:03:24 -04:00
|
|
|
<!-- artifacts in the "compile" and "compile.hadoop" configurations will go into solr/core/lib/ -->
|
|
|
|
<conf name="compile" transitive="false"/>
|
|
|
|
<conf name="compile.hadoop" transitive="false"/>
|
2015-01-12 21:03:58 -05:00
|
|
|
<!-- artifacts in the "test", "test.DfsMiniCluster", and "test.MiniKdc" configuration will go into solr/core/test-lib/ -->
|
2013-08-21 15:12:42 -04:00
|
|
|
<conf name="test" transitive="false"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
<conf name="test.DfsMiniCluster" transitive="false"/>
|
2015-01-12 21:03:58 -05:00
|
|
|
<conf name="test.MiniKdc" transitive="false"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
</configurations>
|
2012-03-30 14:04:43 -04:00
|
|
|
|
2013-07-11 00:03:24 -04:00
|
|
|
<dependencies>
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="commons-codec" name="commons-codec" rev="${/commons-codec/commons-codec}" conf="compile"/>
|
|
|
|
<dependency org="commons-fileupload" name="commons-fileupload" rev="${/commons-fileupload/commons-fileupload}" conf="compile"/>
|
|
|
|
<dependency org="commons-cli" name="commons-cli" rev="${/commons-cli/commons-cli}" conf="compile"/>
|
|
|
|
<dependency org="commons-lang" name="commons-lang" rev="${/commons-lang/commons-lang}" conf="compile"/>
|
|
|
|
<dependency org="com.google.guava" name="guava" rev="${/com.google.guava/guava}" conf="compile"/>
|
|
|
|
<dependency org="com.spatial4j" name="spatial4j" rev="${/com.spatial4j/spatial4j}" conf="compile"/>
|
|
|
|
<dependency org="org.antlr" name="antlr-runtime" rev="${/org.antlr/antlr-runtime}" conf="compile"/>
|
|
|
|
<dependency org="org.ow2.asm" name="asm" rev="${/org.ow2.asm/asm}" conf="compile"/>
|
|
|
|
<dependency org="org.ow2.asm" name="asm-commons" rev="${/org.ow2.asm/asm-commons}" conf="compile"/>
|
|
|
|
<dependency org="org.restlet.jee" name="org.restlet" rev="${/org.restlet.jee/org.restlet}" conf="compile"/>
|
|
|
|
<dependency org="org.restlet.jee" name="org.restlet.ext.servlet" rev="${/org.restlet.jee/org.restlet.ext.servlet}" conf="compile"/>
|
|
|
|
<dependency org="joda-time" name="joda-time" rev="${/joda-time/joda-time}" conf="compile"/>
|
|
|
|
<dependency org="dom4j" name="dom4j" rev="${/dom4j/dom4j}" conf="compile"/>
|
|
|
|
<dependency org="com.carrotsearch" name="hppc" rev="${/com.carrotsearch/hppc}" conf="compile"/>
|
|
|
|
<dependency org="log4j" name="log4j" rev="${/log4j/log4j}" conf="compile"/>
|
|
|
|
<dependency org="org.slf4j" name="slf4j-log4j12" rev="${/org.slf4j/slf4j-log4j12}" conf="compile"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.easymock" name="easymock" rev="${/org.easymock/easymock}" conf="test"/>
|
|
|
|
<dependency org="cglib" name="cglib-nodep" rev="${/cglib/cglib-nodep}" conf="test"/>
|
|
|
|
<dependency org="org.objenesis" name="objenesis" rev="${/org.objenesis/objenesis}" conf="test"/>
|
|
|
|
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="${/org.slf4j/jcl-over-slf4j}" conf="test"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-common" rev="${/org.apache.hadoop/hadoop-common}" conf="compile.hadoop"/>
|
2013-08-21 15:12:42 -04:00
|
|
|
<!--
|
|
|
|
hadoop-hdfs, hadoop-annotations and hadoop-auth are runtime dependencies,
|
|
|
|
so even though they are not compile-time dependencies, they are included
|
|
|
|
here as such so that they are included in the runtime distribution.
|
|
|
|
-->
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-hdfs" rev="${/org.apache.hadoop/hadoop-hdfs}" conf="compile.hadoop"/>
|
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-annotations" rev="${/org.apache.hadoop/hadoop-annotations}" conf="compile.hadoop"/>
|
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-auth" rev="${/org.apache.hadoop/hadoop-auth}" conf="compile.hadoop"/>
|
|
|
|
<dependency org="commons-configuration" name="commons-configuration" rev="${/commons-configuration/commons-configuration}" conf="compile.hadoop"/>
|
|
|
|
<dependency org="com.google.protobuf" name="protobuf-java" rev="${/com.google.protobuf/protobuf-java}" conf="compile.hadoop"/>
|
|
|
|
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="${/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru}" conf="compile.hadoop"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
|
|
|
|
<!-- Hadoop DfsMiniCluster Dependencies-->
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-common" rev="${/org.apache.hadoop/hadoop-common}" conf="test.DfsMiniCluster">
|
2013-07-11 00:03:24 -04:00
|
|
|
<artifact name="hadoop-common" type="test" ext="jar" maven:classifier="tests" />
|
|
|
|
</dependency>
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-hdfs" rev="${/org.apache.hadoop/hadoop-hdfs}" conf="test.DfsMiniCluster">
|
2013-07-11 00:03:24 -04:00
|
|
|
<artifact name="hadoop-hdfs" type="test" ext="jar" maven:classifier="tests" />
|
|
|
|
</dependency>
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="org.mortbay.jetty" name="jetty" rev="${/org.mortbay.jetty/jetty}" conf="test.DfsMiniCluster"/>
|
|
|
|
<dependency org="org.mortbay.jetty" name="jetty-util" rev="${/org.mortbay.jetty/jetty-util}" conf="test.DfsMiniCluster"/>
|
|
|
|
<dependency org="com.sun.jersey" name="jersey-core" rev="${/com.sun.jersey/jersey-core}" conf="test.DfsMiniCluster"/>
|
2015-01-12 17:07:42 -05:00
|
|
|
<dependency org="com.sun.jersey" name="jersey-server" rev="${/com.sun.jersey/jersey-server}" conf="test.DfsMiniCluster"/>
|
2014-10-16 16:13:48 -04:00
|
|
|
<dependency org="commons-collections" name="commons-collections" rev="${/commons-collections/commons-collections}" conf="test.DfsMiniCluster"/>
|
2013-07-11 00:03:24 -04:00
|
|
|
|
2015-01-12 21:03:58 -05:00
|
|
|
<!-- Hadoop MiniKdc Dependencies-->
|
|
|
|
<dependency org="org.apache.hadoop" name="hadoop-minikdc" rev="${/org.apache.hadoop/hadoop-minikdc}" conf="test.MiniKdc"/>
|
|
|
|
<dependency org="org.apache.directory.server" name="apacheds-all" rev="${/org.apache.directory.server/apacheds-all}" conf="test.MiniKdc"/>
|
|
|
|
|
2013-07-11 00:03:24 -04:00
|
|
|
<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>
|
|
|
|
</dependencies>
|
2012-03-30 14:04:43 -04:00
|
|
|
</ivy-module>
|