Skip to content

Commit

Permalink
Add core BOM (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tl3ss authored May 24, 2023
1 parent f3edcc9 commit b3af264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ apache-http-client = "4.5.14"
apache-http-async-client = "4.1.5"

[libraries]
# Core
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }

micronaut-logging = { module = "io.micronaut.logging:micronaut-logging-bom", version.ref = "micronaut-logging" }
micronaut-security = { module = "io.micronaut.security:micronaut-security-bom", version.ref = "micronaut-security" }
jcl-over-slf4j = { module = "org.slf4j:jcl-over-slf4j", version.ref = "slf4j" }
Expand Down

0 comments on commit b3af264

Please sign in to comment.