File tree 16 files changed +84
-5
lines changed
httpclient4-plugin-testweb
reactor-netty-plugin-testweb
rocketmq-springcloud-stream
16 files changed +84
-5
lines changed Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.springframework.boot</groupId >
28
28
<artifactId >spring-boot-starter-logging</artifactId >
29
+ <exclusions >
30
+ <exclusion >
31
+ <groupId >ch.qos.logback</groupId >
32
+ <artifactId >logback-classic</artifactId >
33
+ </exclusion >
34
+ </exclusions >
29
35
</dependency >
30
36
<dependency >
31
37
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 51
51
<groupId >org.springframework.boot</groupId >
52
52
<artifactId >spring-boot-starter-logging</artifactId >
53
53
<version >${spring.boot.version} </version >
54
+ <exclusions >
55
+ <exclusion >
56
+ <groupId >ch.qos.logback</groupId >
57
+ <artifactId >logback-classic</artifactId >
58
+ </exclusion >
59
+ </exclusions >
54
60
</dependency >
55
61
<dependency >
56
62
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.springframework.boot</groupId >
46
46
<artifactId >spring-boot-starter-logging</artifactId >
47
+ <exclusions >
48
+ <exclusion >
49
+ <groupId >ch.qos.logback</groupId >
50
+ <artifactId >logback-classic</artifactId >
51
+ </exclusion >
52
+ </exclusions >
47
53
</dependency >
48
54
<dependency >
49
55
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 25
25
<groupId >org.springframework.boot</groupId >
26
26
<artifactId >spring-boot-starter-webflux</artifactId >
27
27
<version >${spring.boot.version} </version >
28
+ <exclusions >
29
+ <exclusion >
30
+ <groupId >ch.qos.logback</groupId >
31
+ <artifactId >logback-classic</artifactId >
32
+ </exclusion >
33
+ </exclusions >
28
34
</dependency >
29
35
<dependency >
30
36
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-logging</artifactId >
35
+ <exclusions >
36
+ <exclusion >
37
+ <groupId >ch.qos.logback</groupId >
38
+ <artifactId >logback-classic</artifactId >
39
+ </exclusion >
40
+ </exclusions >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-starter-logging</artifactId >
32
+ <exclusions >
33
+ <exclusion >
34
+ <groupId >ch.qos.logback</groupId >
35
+ <artifactId >logback-classic</artifactId >
36
+ </exclusion >
37
+ </exclusions >
32
38
</dependency >
33
39
<dependency >
34
40
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-logging</artifactId >
35
+ <exclusions >
36
+ <exclusion >
37
+ <groupId >ch.qos.logback</groupId >
38
+ <artifactId >logback-classic</artifactId >
39
+ </exclusion >
40
+ </exclusions >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-logging</artifactId >
35
+ <exclusions >
36
+ <exclusion >
37
+ <groupId >ch.qos.logback</groupId >
38
+ <artifactId >logback-classic</artifactId >
39
+ </exclusion >
40
+ </exclusions >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-logging</artifactId >
35
+ <exclusions >
36
+ <exclusion >
37
+ <groupId >ch.qos.logback</groupId >
38
+ <artifactId >logback-classic</artifactId >
39
+ </exclusion >
40
+ </exclusions >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-starter-logging</artifactId >
32
+ <exclusions >
33
+ <exclusion >
34
+ <groupId >ch.qos.logback</groupId >
35
+ <artifactId >logback-classic</artifactId >
36
+ </exclusion >
37
+ </exclusions >
32
38
</dependency >
33
39
<dependency >
34
40
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.springframework.boot</groupId >
29
29
<artifactId >spring-boot-starter-logging</artifactId >
30
+ <exclusions >
31
+ <exclusion >
32
+ <groupId >ch.qos.logback</groupId >
33
+ <artifactId >logback-classic</artifactId >
34
+ </exclusion >
35
+ </exclusions >
30
36
</dependency >
31
37
<dependency >
32
38
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >com.google.code.gson</groupId >
88
88
<artifactId >gson</artifactId >
89
- <version >2.8.6</version >
90
89
</dependency >
91
90
92
91
</dependencies >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >ch.qos.logback</groupId >
39
39
<artifactId >logback-classic</artifactId >
40
- <version >1.2.3 </version >
40
+ <version >1.2.11 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
Original file line number Diff line number Diff line change 306
306
<dependency >
307
307
<groupId >com.google.code.gson</groupId >
308
308
<artifactId >gson</artifactId >
309
- <version >2.3.1</version >
310
309
</dependency >
311
310
<dependency >
312
311
<groupId >net.sf.json-lib</groupId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >ch.qos.logback</groupId >
28
28
<artifactId >logback-core</artifactId >
29
- <version >1.2.5 </version >
29
+ <version >1.2.11 </version >
30
30
<scope >provided</scope >
31
31
</dependency >
32
32
</dependencies >
Original file line number Diff line number Diff line change 185
185
<protoc .version>3.21.7</protoc .version>
186
186
187
187
<guava .version>31.1-jre</guava .version>
188
+ <gson .version>2.10.1</gson .version>
188
189
189
190
<mybatis .spring.version>2.0.7</mybatis .spring.version>
190
191
<mybatis .version>3.5.12</mybatis .version>
1220
1221
<artifactId >guice</artifactId >
1221
1222
<version >5.1.0</version >
1222
1223
</dependency >
1223
-
1224
+ <dependency >
1225
+ <groupId >com.google.code.gson</groupId >
1226
+ <artifactId >gson</artifactId >
1227
+ <version >${gson.version} </version >
1228
+ </dependency >
1229
+ <dependency >
1230
+ <groupId >com.google.errorprone</groupId >
1231
+ <artifactId >error_prone_annotations</artifactId >
1232
+ <version >2.11.0</version >
1233
+ </dependency >
1234
+ <dependency >
1235
+ <groupId >com.google.protobuf</groupId >
1236
+ <artifactId >protobuf-java</artifactId >
1237
+ <version >3.21.7</version >
1238
+ </dependency >
1224
1239
1225
1240
<dependency >
1226
1241
<groupId >joda-time</groupId >
You can’t perform that action at this time.
0 commit comments