Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Removed troubleshooting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-sher committed Oct 18, 2022
1 parent 807caa1 commit b9b7441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ subprojects {
annotationProcessor "org.projectlombok:lombok:${versions.lombok}"

// common test deps
testImplementation "org.apache.groovy:groovy-all:4.0.6" //${versions.groovy}"
testImplementation "org.apache.groovy:groovy-all:${versions.groovy}"
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'junit:junit:4.13.2'
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
Expand Down
2 changes: 1 addition & 1 deletion cerberus-api-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation group: 'org.testng', name: 'testng', version: '7.5'
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation group: 'org.apache.groovy', name: 'groovy-all', version: '4.0.6' // versions.groovyf
implementation group: 'org.apache.groovy', name: 'groovy-all', version: versions.groovy
implementation "io.rest-assured:rest-assured:${versions.restAssured}"
implementation group: 'io.rest-assured', name: 'json-schema-validator', version: versions.restAssured
implementation group: 'io.rest-assured', name: 'json-path', version: versions.restAssured
Expand Down

0 comments on commit b9b7441

Please sign in to comment.