|
1 | 1 | /*
|
2 |
| - * Copyright 2012-2024 the original author or authors. |
| 2 | + * Copyright 2012-2025 the original author or authors. |
3 | 3 | *
|
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | * you may not use this file except in compliance with the License.
|
|
21 | 21 | import java.util.Arrays;
|
22 | 22 | import java.util.List;
|
23 | 23 |
|
24 |
| -import com.fasterxml.jackson.annotation.JsonView; |
25 | 24 | import com.fasterxml.jackson.core.Versioned;
|
26 | 25 | import com.fasterxml.jackson.databind.Module;
|
27 | 26 | import com.fasterxml.jackson.module.paramnames.ParameterNamesModule;
|
@@ -86,8 +85,9 @@ private List<File> pluginClasspath() {
|
86 | 85 | new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)),
|
87 | 86 | new File(pathOfJarContaining(Versioned.class)),
|
88 | 87 | new File(pathOfJarContaining(ParameterNamesModule.class)),
|
89 |
| - new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)), |
90 |
| - new File(pathOfJarContaining(Toml.class)), new File(pathOfJarContaining(Lexer.class)), |
| 88 | + new File(pathOfJarContaining("com.github.openjson.JSONObject")), |
| 89 | + new File(pathOfJarContaining(Platform.class)), new File(pathOfJarContaining(Toml.class)), |
| 90 | + new File(pathOfJarContaining(Lexer.class)), |
91 | 91 | new File(pathOfJarContaining("org.graalvm.buildtools.gradle.NativeImagePlugin")),
|
92 | 92 | new File(pathOfJarContaining("org.graalvm.reachability.GraalVMReachabilityMetadataRepository")),
|
93 | 93 | new File(pathOfJarContaining("org.graalvm.buildtools.utils.SharedConstants")));
|
|
0 commit comments