5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 04:11:44 +08:00

SQOOP-325. Sqoop doesn't build on itelliJ.

(Alex Newman via Arvind Prabhakar)


git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1171193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arvind Prabhakar 2011-09-15 17:45:46 +00:00
parent d01117f7b9
commit 56b4b3db94
2 changed files with 9 additions and 2 deletions

View File

@ -40,7 +40,7 @@ ivy.version=2.0.0-rc2
junit.version=4.5
log4j.version=1.2.15
log4j.version=1.2.16
mvn.version=2.0.10

View File

@ -85,6 +85,8 @@ limitations under the License.
<hadoopVersion>0.20.2-cdh3u1</hadoopVersion>
<hbaseVersion>0.90.3-cdh3u1</hbaseVersion>
<log4j.version>1.2.16</log4j.version>
</properties>
<dependencies>
@ -250,7 +252,12 @@ limitations under the License.
<version>1.5.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>