File: build.gradle

package info (click to toggle)
groovy2 2.2.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 23,916 kB
  • sloc: java: 136,570; xml: 948; sh: 486; makefile: 67; ansic: 64
file content (10 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
dependencies {
    groovy project(':')
    runtime('org.testng:testng:6.8.5') {
        // some excludes because testng's pom is broken
        exclude(group: 'org.hamcrest', module: 'hamcrest-core')
        exclude(group: 'org.beanshell', module: 'bsh')
        exclude(group: 'org.yaml', module: 'snakeyaml')
        exclude(group: 'junit', module: 'junit')
    }
}