Skip to content

Commit

Permalink
Upgrade genie-common-internal to io.awspring.cloud:spring-cloud-aws-d…
Browse files Browse the repository at this point in the history
…ependencies: 3.2.1
  • Loading branch information
Binbing Hou committed Feb 4, 2025
1 parent dc3bb6c commit 2a64542
Show file tree
Hide file tree
Showing 17 changed files with 20,393 additions and 4 deletions.
12 changes: 12 additions & 0 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"jacocoAgent": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.8"
}
},
"jacocoAnt": {
"org.jacoco:org.jacoco.ant": {
"locked": "0.8.8"
}
}
}
8 changes: 8 additions & 0 deletions genie-agent-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ license {
exclude "*.txt"
}

dependencyManagement {
imports {
mavenBom "com.amazonaws:aws-java-sdk-bom:1.12.99"
mavenBom "io.awspring.cloud:spring-cloud-aws-dependencies:3.2.1"
mavenBom "io.zipkin.brave:brave-bom:5.13.3"
}
}

dependencies {
/*******************************
* Implementation Dependencies
Expand Down
Loading

0 comments on commit 2a64542

Please sign in to comment.