File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/run/ikaros/server/plugin/listener Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ dependencies {
63
63
64
64
// 针对插件RestTemplate的支持
65
65
implementation ' org.apache.httpcomponents.client5:httpclient5:5.2.1'
66
+ implementation ' org.json:json:20230227'
66
67
67
68
developmentOnly ' org.springframework.boot:spring-boot-devtools'
68
69
Original file line number Diff line number Diff line change 5
5
import java .util .Map ;
6
6
import java .util .Objects ;
7
7
import lombok .extern .slf4j .Slf4j ;
8
+ import org .json .JSONArray ;
9
+ import org .json .JSONException ;
10
+ import org .json .JSONObject ;
8
11
import org .pf4j .PluginDependency ;
9
12
import org .pf4j .PluginDescriptor ;
10
13
import org .pf4j .PluginWrapper ;
11
- import org .springframework .boot .configurationprocessor .json .JSONArray ;
12
- import org .springframework .boot .configurationprocessor .json .JSONException ;
13
- import org .springframework .boot .configurationprocessor .json .JSONObject ;
14
14
import org .springframework .util .Assert ;
15
15
import reactor .core .publisher .Mono ;
16
16
import reactor .core .scheduler .Schedulers ;
You can’t perform that action at this time.
0 commit comments