File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/test/java/org/springframework/data/r2dbc Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.data</groupId >
77 <artifactId >spring-data-r2dbc</artifactId >
8- <version >1.5 .0-SNAPSHOT</version >
8+ <version >3.0 .0-SNAPSHOT</version >
99
1010 <name >Spring Data R2DBC</name >
1111 <description >Spring Data module for R2DBC</description >
1414 <parent >
1515 <groupId >org.springframework.data.build</groupId >
1616 <artifactId >spring-data-parent</artifactId >
17- <version >2.7 .0-SNAPSHOT</version >
17+ <version >3.0 .0-SNAPSHOT</version >
1818 </parent >
1919
2020 <properties >
2121
2222 <dist .key>DATAR2DBC</dist .key>
2323
24- <springdata .commons>2.7 .0-SNAPSHOT</springdata .commons>
25- <springdata .jdbc>2.4 .0-SNAPSHOT</springdata .jdbc>
24+ <springdata .commons>3.0 .0-SNAPSHOT</springdata .commons>
25+ <springdata .jdbc>3.0 .0-SNAPSHOT</springdata .jdbc>
2626 <springdata .relational>${springdata.jdbc} </springdata .relational>
2727 <java-module-name >spring.data.r2dbc</java-module-name >
2828 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
Original file line number Diff line number Diff line change 2323import scala .runtime .AbstractFunction1 ;
2424
2525import org .junit .Assume ;
26+ import org .junit .jupiter .api .Disabled ;
2627import org .junit .jupiter .api .Test ;
2728
2829/**
2930 * Test package dependencies for violations.
3031 *
3132 * @author Jens Schauder
3233 */
34+ @ Disabled ("To be replaced with ArchUnit" )
3335public class DependencyTests {
3436
3537 @ Test // DATAJDBC-114
You can’t perform that action at this time.
0 commit comments