Skip to content

Commit 0bc5e27

Browse files
committed
Make dependency management of jakarta.inject-api public
Closes gh-39587
1 parent 9acd537 commit 0bc5e27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,13 @@ bom {
503503
]
504504
}
505505
}
506+
library("Jakarta Inject", "2.0.1") {
507+
group("jakarta.inject") {
508+
modules = [
509+
"jakarta.inject-api"
510+
]
511+
}
512+
}
506513
library("Jakarta JMS", "3.1.0") {
507514
group("jakarta.jms") {
508515
modules = [

spring-boot-project/spring-boot-parent/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ bom {
4848
]
4949
}
5050
}
51-
library("Jakarta Inject", "2.0.1") {
52-
group("jakarta.inject") {
53-
modules = [
54-
"jakarta.inject-api"
55-
]
56-
}
57-
}
5851
library("Janino", "3.1.10") {
5952
group("org.codehaus.janino") {
6053
imports = [

0 commit comments

Comments
 (0)