Skip to content

Commit

Permalink
revert assertj-core dependency in inttests
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Nov 21, 2024
1 parent 236fc26 commit b2db153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galasa-inttests-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ subprojects {
compileOnly 'dev.galasa:dev.galasa.zosprogram.manager'
compileOnly 'dev.galasa:dev.galasa.githubissue.manager'
compileOnly 'commons-logging:commons-logging:1.2'
compileOnly 'org.assertj:assertj-core:3.16.1'
compileOnly 'org.assertj:assertj-core:3.11.1'
compileOnly 'javax.validation:validation-api:2.0.1.Final'
}
}

0 comments on commit b2db153

Please sign in to comment.