Skip to content

Commit

Permalink
troubleshooting functional test failures
Browse files Browse the repository at this point in the history
This reverts part of commit e267307.
  • Loading branch information
Jeff Scott Brown committed Mar 13, 2014
1 parent 48bdff7 commit 95b6434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
exclude group: 'commons-logging', module:'commons-logging'
}
compile 'opensymphony:sitemesh:2.4'

compile "junit:junit:${junitVersion}"

compile "org.springframework:spring-webmvc:${springVersion}"
compile "org.springframework:spring-context-support:${springVersion}"
Expand All @@ -44,7 +44,7 @@ dependencies {
"org.aspectj:aspectjweaver:$aspectjVersion"


optional "junit:junit:${junitVersion}"

optional "org.apache.ant:ant:${antVersion}"
optional "jline:jline:$jlineVersion"
optional "org.fusesource.jansi:jansi:$jansiVersion"
Expand Down

0 comments on commit 95b6434

Please sign in to comment.