Skip to content

Commit

Permalink
Remove ApplicationContextConfigurer from service types
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Sep 5, 2023
1 parent 91cb8d2 commit eee2a0f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public abstract class MicronautAotPlugin implements Plugin<Project> {
"io.micronaut.http.HttpResponseFactory",
"io.micronaut.core.beans.BeanIntrospectionReference",
"io.micronaut.core.convert.TypeConverterRegistrar",
"io.micronaut.context.ApplicationContextConfigurer",
"io.micronaut.context.env.PropertyExpressionResolver"
));
public static final String AOT_APPLICATION_CLASSPATH = "aotApplicationClasspath";
Expand Down

0 comments on commit eee2a0f

Please sign in to comment.