We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce8fe1 commit 10c4475Copy full SHA for 10c4475
sql-bom/build.gradle
@@ -11,13 +11,7 @@ micronautBom {
11
micronautBom {
12
suppressions {
13
acceptedLibraryRegressions.add("micronaut-hibernate-jpa-spring")
14
- acceptedLibraryRegressions.add("commons-dbcp-compat")
15
acceptedVersionRegressions.add("commons-dbcp-compat")
16
acceptedLibraryRegressions.add("commons-dbcp")
17
- dependencies.addAll([
18
- "org.jdbi:jdbi3-core:3.38.3",
19
- "org.jdbi:jdbi3-sqlobject:3.38.3",
20
- "org.jdbi:jdbi3-json:3.38.3"
21
- ])
22
}
23
0 commit comments