File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
hsweb-commons/hsweb-commons-api Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >com.google.code.findbugs</groupId >
4343 <artifactId >jsr305</artifactId >
44- <version >3.0.2</version >
4544 <scope >compile</scope >
4645 </dependency >
46+
4747 <dependency >
4848 <groupId >commons-codec</groupId >
4949 <artifactId >commons-codec</artifactId >
Original file line number Diff line number Diff line change 2121 <groupId >org.hswebframework</groupId >
2222 <artifactId >hsweb-expands-script</artifactId >
2323 <version >${hsweb.expands.version} </version >
24+ <exclusions >
25+ <exclusion >
26+ <groupId >junit</groupId >
27+ <artifactId >junit</artifactId >
28+ </exclusion >
29+ </exclusions >
2430 </dependency >
2531
2632 <dependency >
4551 <artifactId >spring-test</artifactId >
4652 <scope >test</scope >
4753 </dependency >
54+
4855 <dependency >
4956 <groupId >org.springframework.boot</groupId >
5057 <artifactId >spring-boot-test-autoconfigure</artifactId >
5158 <scope >test</scope >
5259 </dependency >
60+
5361 <dependency >
5462 <groupId >org.springframework.boot</groupId >
5563 <artifactId >spring-boot-starter-test</artifactId >
5664 <scope >test</scope >
5765 </dependency >
66+
5867 <dependency >
5968 <groupId >org.springframework.boot</groupId >
6069 <artifactId >spring-boot-test</artifactId >
6170 <scope >test</scope >
6271 </dependency >
72+
6373 <dependency >
6474 <groupId >org.springframework.boot</groupId >
6575 <artifactId >spring-boot-starter-data-r2dbc</artifactId >
6676 <scope >test</scope >
6777 </dependency >
78+
6879 <dependency >
6980 <groupId >io.r2dbc</groupId >
7081 <artifactId >r2dbc-h2</artifactId >
7182 <scope >test</scope >
7283 </dependency >
84+
7385 <dependency >
7486 <groupId >com.google.code.findbugs</groupId >
7587 <artifactId >jsr305</artifactId >
76- <version >3.0.2</version >
7788 <scope >compile</scope >
7889 </dependency >
7990 </dependencies >
Original file line number Diff line number Diff line change 325325<!-- <artifactId>spring-boot-starter-data-r2dbc</artifactId>-->
326326<!-- <version>2.3.3.RELEASE</version>-->
327327<!-- </dependency>-->
328+
329+ <dependency >
330+ <groupId >com.google.code.findbugs</groupId >
331+ <artifactId >jsr305</artifactId >
332+ <version >3.0.2</version >
333+ </dependency >
334+
328335 <dependency >
329336 <groupId >io.r2dbc</groupId >
330337 <artifactId >r2dbc-bom</artifactId >
You can’t perform that action at this time.
0 commit comments