Skip to content

Commit 03b72a5

Browse files
committed
优化依赖
1 parent ebe5a2e commit 03b72a5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

hsweb-commons/hsweb-commons-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
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>

hsweb-starter/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
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>
@@ -45,35 +51,40 @@
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>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,13 @@
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>

0 commit comments

Comments
 (0)