Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
Closes gh-21663
  • Loading branch information
wilkinsona committed Jun 3, 2020
2 parents e39d797 + 29c2a04 commit a2bfdb5
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,54 @@ bom {
]
}
}
library("Oracle Database", "19.3.0.0") {
group("com.oracle.database.ha") {
modules = [
"ons",
"simplefan"
]
}
group("com.oracle.database.jdbc") {
modules = [
"ojdbc10",
"ojdbc10dms",
"ojdbc8",
"ojdbc8dms",
"ucp"
]
}
group("com.oracle.database.jdbc.debug") {
modules = [
"ojdbc10_g",
"ojdbc10dms_g",
"ojdbc8_g",
"ojdbc8dms_g"
]
}
group("com.oracle.database.nls") {
modules = [
"orai18n"
]
}
group("com.oracle.database.observability") {
modules = [
"dms"
]
}
group("com.oracle.database.security") {
modules = [
"oraclepki",
"osdt_cert",
"osdt_core"
]
}
group("com.oracle.database.xml") {
modules = [
"xdb",
"xmlparserv2"
]
}
}
library("Pooled JMS", "1.1.1") {
group("org.messaginghub") {
modules = [
Expand Down

0 comments on commit a2bfdb5

Please sign in to comment.