Skip to content

Commit

Permalink
Merge pull request #18 from SusmithaGundu/OES-1.30.x-master-adhoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanopsmx authored Dec 19, 2023
2 parents f9c4b85 + dd3d7fe commit de483fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ subprojects {
}

dependencies {

constraints{
api 'org.apache.ivy:ivy:2.5.2'
}
implementation enforcedPlatform("io.spinnaker.kork:kork-bom:$korkVersion"){
exclude group: 'org.apache.groovy', module: 'groovy'
}
Expand All @@ -74,6 +78,7 @@ subprojects {
annotationProcessor "org.projectlombok:lombok"
testAnnotationProcessor platform("io.spinnaker.kork:kork-bom:$korkVersion")
testAnnotationProcessor "org.projectlombok:lombok"

}

}
Expand Down

0 comments on commit de483fa

Please sign in to comment.