Skip to content

Commit 10c4475

Browse files
authored
Correct BOM (#950)
1 parent 4ce8fe1 commit 10c4475

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sql-bom/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ micronautBom {
1111
micronautBom {
1212
suppressions {
1313
acceptedLibraryRegressions.add("micronaut-hibernate-jpa-spring")
14-
acceptedLibraryRegressions.add("commons-dbcp-compat")
1514
acceptedVersionRegressions.add("commons-dbcp-compat")
1615
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-
])
2216
}
2317
}

0 commit comments

Comments
 (0)