mirror of
https://github.com/apache/sqoop.git
synced 2025-05-09 21:01:20 +08:00

This change modifies Sqoop build to use IVY for retrieving HBase and Zookeeper dependencies. Along with this update, the version number for HBase and Hadoop have been incremented to match the CDH3 Beta 3 versions. Due to this, a couple of tests had to be modified in order to accommodate the changed behavior of the Hadoop classes. From: Arvind Prabhakar <arvind@cloudera.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149997 13f79535-47bb-0310-9956-ffa450edef68
45 lines
1.3 KiB
Properties
45 lines
1.3 KiB
Properties
# Licensed to Cloudera, Inc. under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# Cloudera, Inc. 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.
|
|
|
|
# This properties file lists the versions of the various artifacts we use.
|
|
# It drives ivy and the generation of a maven POM
|
|
|
|
checkstyle.version=5.0
|
|
|
|
commons-cli.version=1.2
|
|
commons-collections.version=3.1
|
|
commons-io.version=1.4
|
|
commons-lang.version=2.4
|
|
commons-logging.version=1.0.4
|
|
|
|
# Cloudera Distribution dependency version
|
|
hadoop-core.cloudera.version=0.20.2-737
|
|
|
|
hbase.version=0.89.20100924-28
|
|
zookeeper.version=3.3.1+7
|
|
|
|
hsqldb.version=1.8.0.10
|
|
|
|
ivy.version=2.0.0-rc2
|
|
|
|
junit.version=4.5
|
|
|
|
log4j.version=1.2.15
|
|
|
|
mvn.version=2.0.10
|
|
|
|
rats-lib.version=0.5.1
|
|
|