Skip to content

Instantly share code, notes, and snippets.

@predic8
Created September 11, 2018 11:57
Show Gist options
  • Save predic8/7a655c676cb292aeab1e9c3cb17836c9 to your computer and use it in GitHub Desktop.
Save predic8/7a655c676cb292aeab1e9c3cb17836c9 to your computer and use it in GitHub Desktop.
plugins {
id 'java'
}
group 'de.predic8'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile 'io.rest-assured:json-path:3.1.1'
testCompile 'io.rest-assured:json-schema-validator:3.1.1'
testCompile 'io.rest-assured:rest-assured:3.1.1'
testCompile 'junit:junit:‚5.2.0'
testCompile 'junit:junit-jupiter-api:5.2.0'
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
testCompile 'javax.json:javax.json-api:1.1.2'
testCompile 'org.glassfish:javax.json:1.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment