Skip to content

Commit

Permalink
split out serenity-model - extract serenity-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cliviu committed Apr 23, 2018
1 parent 4327141 commit 8c08876
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions serenity-reports/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ext {
bintrayPackage = 'serenity-reports'
projectDescription = 'Serenity Reports'
}

dependencies {
compile project(':serenity-model')
testCompile ("com.github.tomakehurst:wiremock:$wiremockCoreVersion") {
exclude group: 'com.google.guava', module:'guava'
exclude group: 'org.apache.httpcomponents', module:'httpclient'
exclude group: 'org.slf4j', module: 'slf4j-api'
}
testCompile project(':serenity-test-utils')
}

0 comments on commit 8c08876

Please sign in to comment.