Skip to content

Commit

Permalink
Fixes System Stubs version and removes System Lambda in gradle file […
Browse files Browse the repository at this point in the history
…acceptance test skip] (#1140)
  • Loading branch information
maximearmstrong authored May 11, 2022
1 parent 8a64c7a commit a5a68f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions output-comparator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ dependencies {
implementation 'com.google.flogger:flogger-system-backend:0.5.1'
implementation 'com.beust:jcommander:1.48'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.stefanbirkner:system-lambda:1.2.0'
implementation 'uk.org.webcompere:system-stubs-core:2.0.0'
testImplementation "com.google.truth:truth:1.0.1"
testImplementation group: 'junit', name: 'junit', version: '4.9'
testImplementation 'uk.org.webcompere:system-stubs-core:2.0.1'
}

jar {
Expand Down

0 comments on commit a5a68f5

Please sign in to comment.