Skip to content

Commit

Permalink
Limit test classpath to spring-web and spring-webmvc
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 19, 2024
1 parent b330f13 commit d14a730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MigrateResponseEntityExceptionHandlerHttpStatusToHttpStatusCodeTest implem
@Override
public void defaults(RecipeSpec spec) {
spec.recipe(new MigrateResponseEntityExceptionHandlerHttpStatusToHttpStatusCode())
.parser(JavaParser.fromJavaVersion().classpath("spring-boot", "spring-context", "spring-beans", "spring-web", "spring-webmvc"));
.parser(JavaParser.fromJavaVersion().classpath("spring-web", "spring-webmvc"));
}

@DocumentExample
Expand Down

0 comments on commit d14a730

Please sign in to comment.