Skip to content

Commit

Permalink
Remove micronaut-inject as an API dependency (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates authored Dec 7, 2023
1 parent c6bb375 commit b874759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies {
annotationProcessor mn.micronaut.graal

api(projects.micronautServletEngine)
api mn.micronaut.http.server

compileOnly libs.graal.svm

Expand Down
1 change: 0 additions & 1 deletion servlet-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

dependencies {
api(mn.micronaut.inject)
api(mn.micronaut.http.server)
compileOnly(mn.micronaut.json.core)
implementation(mn.micronaut.http.netty)
Expand Down

0 comments on commit b874759

Please sign in to comment.