HHH-6654 upgrade ant to 1.8.2

This commit is contained in:
Strong Liu 2011-09-14 14:25:12 +08:00
parent 0fd15e1f37
commit 4ee000ecf5
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ ideaModule {
slf4jVersion = '1.6.1'
libraries = [
// Ant
ant: 'ant:ant:1.6.5',
ant: 'org.apache.ant:ant:1.8.2',
// Antlr
antlr: 'antlr:antlr:2.7.7',

View File

@ -39,7 +39,7 @@ dependencies {
// common
compile gradleApi()
compile localGroovy()
// compile 'org.apache.ant:ant:1.7.0'
// compile 'org.apache.ant:ant:1.8.2'
// compile 'org.apache.maven:maven-ant-tasks:2.1.0'
// needed?