Skip to content

Commit 90efae9

Browse files
committed
Remove gant references
1 parent 28dd14f commit 90efae9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ext {
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
3636
datastoreVersion = "6.0.4.RELEASE"
37-
gantVersion = "1.9.6"
3837
gdocEngineVersion = "1.0.1"
3938
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
4039
ivyVersion = "2.3.0"

grails-core/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ dependencies {
6262
provided "org.apache.ant:ant:${antVersion}"
6363
provided "jline:jline:$jlineVersion"
6464
provided "org.fusesource.jansi:jansi:$jansiVersion"
65-
provided("org.codehaus.gant:gant_groovy1.8:${gantVersion}") {
66-
exclude group:'commons-cli', module:'commons-cli'
67-
exclude group:'org.apache.ant', module:'ant'
68-
}
6965

7066
}
7167

0 commit comments

Comments
 (0)