Skip to content

Commit 4fbbc3e

Browse files
committed
Clean up duplicate JsonView entry
1 parent 8552bc0 commit 4fbbc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)), new File(pathOfJarContaining(JsonView.class)),
87+
new File(pathOfJarContaining(Versioned.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)