File tree 2 files changed +6
-4
lines changed
src/test/java/org/springframework/data/r2dbc
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-r2dbc</artifactId >
8
- <version >1.4 .0-SNAPSHOT</version >
8
+ <version >3.0 .0-SNAPSHOT</version >
9
9
10
10
<name >Spring Data R2DBC</name >
11
11
<description >Spring Data module for R2DBC</description >
14
14
<parent >
15
15
<groupId >org.springframework.data.build</groupId >
16
16
<artifactId >spring-data-parent</artifactId >
17
- <version >2.6 .0-SNAPSHOT</version >
17
+ <version >3.0 .0-SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<properties >
21
21
22
22
<dist .key>DATAR2DBC</dist .key>
23
23
24
- <springdata .commons>2.6 .0-SNAPSHOT</springdata .commons>
25
- <springdata .jdbc>2.3 .0-SNAPSHOT</springdata .jdbc>
24
+ <springdata .commons>3.0 .0-SNAPSHOT</springdata .commons>
25
+ <springdata .jdbc>3.0 .0-SNAPSHOT</springdata .jdbc>
26
26
<springdata .relational>${springdata.jdbc} </springdata .relational>
27
27
<java-module-name >spring.data.r2dbc</java-module-name >
28
28
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
Original file line number Diff line number Diff line change 23
23
import scala .runtime .AbstractFunction1 ;
24
24
25
25
import org .junit .Assume ;
26
+ import org .junit .jupiter .api .Disabled ;
26
27
import org .junit .jupiter .api .Test ;
27
28
28
29
/**
29
30
* Test package dependencies for violations.
30
31
*
31
32
* @author Jens Schauder
32
33
*/
34
+ @ Disabled ("To be replaced with ArchUnit" )
33
35
public class DependencyTests {
34
36
35
37
@ Test // DATAJDBC-114
You can’t perform that action at this time.
0 commit comments