diff --git a/build.xml b/build.xml index b429eafb..4b1d6e27 100644 --- a/build.xml +++ b/build.xml @@ -19,7 +19,8 @@ --> + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:artifact="urn:maven-artifact-ant"> @@ -110,8 +111,14 @@ - + + + + + @@ -152,6 +159,10 @@ + + + + @@ -169,6 +180,17 @@ + + + + + + + + + @@ -592,7 +614,7 @@ @@ -604,7 +626,7 @@ + pomfile="${build.ivy.maven.dir}/${final.name}.pom"> @@ -613,12 +635,12 @@ - - + + - + @@ -628,15 +650,18 @@ - - - + + + + + diff --git a/ivy.xml b/ivy.xml index 29d3acb4..18d18b22 100644 --- a/ivy.xml +++ b/ivy.xml @@ -1,6 +1,6 @@ - + diff --git a/ivy/libraries.properties b/ivy/libraries.properties index c7cc9306..600a791c 100644 --- a/ivy/libraries.properties +++ b/ivy/libraries.properties @@ -7,6 +7,8 @@ hadoop.gpl.compression.version=0.1.0 #These are the versions of our dependencies (in alphabetical order) commons-logging.version=1.0.4 commons-logging-api.version=1.0.4 -#hadoop-core.version=0.20.0 -ivy.version=2.0.0-rc2 +ivy.version=2.2.0 junit.version=3.8.1 +log4j.version=1.2.15 +ant-task.version=2.0.10 +