blob: 165632dc2d3ecb661f4a22e4a3cf5cc723cc5b12 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="${hive.ivy.org}" module="hive-shims" revision="${version}">
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
<description homepage="http://hive.apache.org">
The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage.
https://cwiki.apache.org/confluence/display/Hive/Home
</description>
</info>
<configurations>
<include file="${ivy.conf.dir}/common-configurations.xml"/>
</configurations>
<dependencies>
<!-- General dependencies. -->
<dependency org="org.apache.zookeeper" name="zookeeper"
rev="${zookeeper.version}" transitive="false">
<include type="jar"/>
</dependency>
<dependency org="org.apache.thrift" name="libthrift" rev="${libthrift.version}"
transitive="false"/>
<dependency org="commons-logging" name="commons-logging" rev="${commons-logging.version}"
transitive="false"/>
<dependency org="commons-logging" name="commons-logging-api" rev="${commons-logging-api.version}"
transitive="false"/>
<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="${jackson.version}"/>
<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="${jackson.version}"/>
<dependency org="log4j" name="log4j" rev="${log4j.version}" />
<dependency org="com.google.guava" name="guava" rev="${guava.version}" transitive="false"/>
<!-- Hadoop 0.23 dependencies. Used both for shims and for building against Hadoop 0.23. -->
<dependency org="org.apache.hadoop" name="hadoop-common"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<artifact name="hadoop-common" ext="jar" />
<artifact name="hadoop-common" type="tests" ext="jar" m:classifier="tests"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-core"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-archives"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-hdfs"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<artifact name="hadoop-hdfs" ext="jar" />
<artifact name="hadoop-hdfs" type="tests" ext="jar" m:classifier="tests"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<artifact name="hadoop-mapreduce-client-jobclient" ext="jar" />
<artifact name="hadoop-mapreduce-client-jobclient" type="tests" ext="jar" m:classifier="tests"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-common"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<!-- jobclient tests dependency -->
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient" rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default" transitive="false">
<artifact name="hadoop-mapreduce-client-jobclient" ext="jar" />
<artifact name="hadoop-mapreduce-client-jobclient" type="tests" ext="jar" m:classifier="tests"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-yarn-server-tests"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<artifact name="hadoop-yarn-server-tests" type="tests" ext="jar" m:classifier="tests"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-app"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-hs"
rev="${hadoop-0.23.version}"
conf="hadoop0.23.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<!-- Hadoop 0.20 shim dependencies. Used for building 0.20 shims. -->
<dependency org="commons-io" name="commons-io" rev="${commons-io.version}">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
<exclude org="commons-codec" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
<exclude org="org.apache.commons" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
</dependency>
<dependency org="commons-codec" name="commons-codec"
rev="${commons-codec.version}" conf="hadoop0.20.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-core"
rev="${hadoop-0.20.version}"
conf="hadoop0.20.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
<exclude org="commons-codec" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
<exclude org="org.apache.commons" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-tools"
rev="${hadoop-0.20.version}"
conf="hadoop0.20.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
<exclude org="commons-codec" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
<exclude org="org.apache.commons" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-test"
rev="${hadoop-0.20.version}"
conf="hadoop0.20.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
<exclude org="commons-codec" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
<exclude org="org.apache.commons" module="commons-codec" /><!--ignore commons-codec 1.3 to use 1.4-->
</dependency>
<!-- Hadoop 0.20S (or 1.0.0) shim dependencies. Used for building 0.20S shims. -->
<dependency org="org.apache.hadoop" name="hadoop-core"
rev="${hadoop-0.20S.version}"
conf="hadoop0.20S.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-tools"
rev="${hadoop-0.20S.version}"
conf="hadoop0.20S.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<dependency org="org.apache.hadoop" name="hadoop-test"
rev="${hadoop-0.20S.version}"
conf="hadoop0.20S.shim->default">
<include type="jar"/>
<exclude org="commons-daemon" module="commons-daemon"/><!--bad POM-->
<exclude org="org.apache.commons" module="commons-daemon"/><!--bad POM-->
</dependency>
<!-- Test Dependencies -->
<dependency org="junit" name="junit" rev="${junit.version}" conf="test->default" />
<conflict manager="all" />
</dependencies>
</ivy-module>