Skip to content

Commit

Permalink
Make dependency management of jakarta.inject-api public
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 23, 2024
1 parent 9acd537 commit 0bc5e27
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 @@ -503,6 +503,13 @@ bom {
]
}
}
library("Jakarta Inject", "2.0.1") {
group("jakarta.inject") {
modules = [
"jakarta.inject-api"
]
}
}
library("Jakarta JMS", "3.1.0") {
group("jakarta.jms") {
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("Jakarta Inject", "2.0.1") {
group("jakarta.inject") {
modules = [
"jakarta.inject-api"
]
}
}
library("Janino", "3.1.10") {
group("org.codehaus.janino") {
imports = [
Expand Down

0 comments on commit 0bc5e27

Please sign in to comment.