|
@@ -21,6 +21,12 @@
|
|
|
<groupId>org.hswebframework</groupId>
|
|
|
<artifactId>hsweb-expands-script</artifactId>
|
|
|
<version>${hsweb.expands.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -45,35 +51,40 @@
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-test-autoconfigure</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-r2dbc</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>io.r2dbc</groupId>
|
|
|
<artifactId>r2dbc-h2</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|