Skip to content

Commit 8552bc0

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents 1b494cc + 461e30f commit 8552bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/testkit/PluginClasspathGradleBuild.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private List<File> pluginClasspath() {
8484
new File(pathOfJarContaining(HttpClientConnectionManager.class)),
8585
new File(pathOfJarContaining(HttpRequest.class)),
8686
new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)),
87-
new File(pathOfJarContaining(Versioned.class)),
87+
new File(pathOfJarContaining(Versioned.class)), new File(pathOfJarContaining(JsonView.class)),
8888
new File(pathOfJarContaining(ParameterNamesModule.class)),
8989
new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)),
9090
new File(pathOfJarContaining(Toml.class)), new File(pathOfJarContaining(Lexer.class)),

0 commit comments

Comments
 (0)