mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 03:59:18 +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:
parent
d01117f7b9
commit
56b4b3db94
@ -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
|
||||
|
||||
|
9
pom.xml
9
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user