Skip to content

Commit

Permalink
Provide dependency management for org.crac:crac
Browse files Browse the repository at this point in the history
Closes gh-38378
  • Loading branch information
wilkinsona committed Nov 16, 2023
1 parent 3b3bfd8 commit 6065f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ bom {
]
}
}
library("Crac", "1.4.0") {
group("org.crac") {
modules = [
"crac"
]
}
}
library("DB2 JDBC", "11.5.8.0") {
group("com.ibm.db2") {
modules = [
Expand Down
7 changes: 0 additions & 7 deletions spring-boot-project/spring-boot-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ bom {
]
}
}
library("Crac", "1.4.0") {
group("org.crac") {
modules = [
"crac"
]
}
}
library("Jakarta Inject", "2.0.1") {
group("jakarta.inject") {
modules = [
Expand Down

0 comments on commit 6065f21

Please sign in to comment.