- Timestamp:
- Apr 27, 2011, 5:59:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/grailsUpgrade/grails-app/conf/BuildConfig.groovy
r904 r905 58 58 59 59 plugins { 60 test ":geb:0.6-SNAPSHOT" 61 test ":spock:0.5-groovy-1.7" 62 runtime( ':jasper:1.1.3' ) { 60 runtime ':acegi:0.5.3' 61 runtime ':export:0.7' 62 runtime ':filterpane:0.7' 63 runtime ':help-balloons:1.4' 64 runtime(':jasper:1.1.3') { 63 65 transitive = false 64 66 } 67 runtime ':navigation:1.1.1' 68 runtime ':quartz:0.4.2' 69 runtime ':richui:0.8' 70 runtime ':searchable:0.6-SNAPSHOT' 71 72 test ':geb:0.6-SNAPSHOT' 73 test ':spock:0.5-groovy-1.7' 65 74 } 66 75 … … 81 90 } 82 91 92 // Origin unknown, still required? 83 93 runtime('org.apache.ant:ant:1.7.1') 84 94 runtime('org.apache.ant:ant-launcher:1.7.1') 85 95 86 test( "org.seleniumhq.selenium:selenium-htmlunit-driver:latest.release") {96 test('org.seleniumhq.selenium:selenium-htmlunit-driver:latest.release') { 87 97 excludes 'xml-apis' 88 98 }
Note: See TracChangeset
for help on using the changeset viewer.