|
@@ -67,17 +67,18 @@
|
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.data</groupId>
|
|
|
- <artifactId>spring-data-r2dbc</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.hswebframework.web</groupId>
|
|
|
<artifactId>hsweb-datasource-api</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.data</groupId>
|
|
|
+ <artifactId>spring-data-r2dbc</artifactId>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
@@ -104,7 +105,7 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot.experimental</groupId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-r2dbc</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|