File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.data.build</groupId >
16
16
<artifactId >spring-data-parent</artifactId >
17
- <version >2.2.0.M4 </version >
17
+ <version >2.2.0.BUILD-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.2.0.M4 </springdata .commons>
25
- <springdata .relational>1.1.0.M4 </springdata .relational>
24
+ <springdata .commons>2.2.0.BUILD-SNAPSHOT </springdata .commons>
25
+ <springdata .relational>1.1.0.BUILD-SNAPSHOT </springdata .relational>
26
26
<java-module-name >spring.data.r2dbc</java-module-name >
27
27
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
28
28
34
34
<mssql-jdbc .version>7.1.2.jre8-preview</mssql-jdbc .version>
35
35
<r2dbc-releasetrain .version>Arabba-M8</r2dbc-releasetrain .version>
36
36
<reactive-streams .version>1.0.1</reactive-streams .version>
37
- <testcontainers .version>1.10.1</testcontainers .version>
38
-
39
37
</properties >
40
38
41
39
<inceptionYear >2018</inceptionYear >
74
72
<type >pom</type >
75
73
<scope >import</scope >
76
74
</dependency >
75
+ <dependency >
76
+ <groupId >org.testcontainers</groupId >
77
+ <artifactId >testcontainers-bom</artifactId >
78
+ <version >${testcontainers} </version >
79
+ <type >pom</type >
80
+ <scope >import</scope >
81
+ </dependency >
77
82
</dependencies >
78
83
</dependencyManagement >
79
84
223
228
<dependency >
224
229
<groupId >org.testcontainers</groupId >
225
230
<artifactId >mysql</artifactId >
226
- <version >${testcontainers.version} </version >
227
231
<scope >test</scope >
228
232
<exclusions >
229
233
<exclusion >
236
240
<dependency >
237
241
<groupId >org.testcontainers</groupId >
238
242
<artifactId >postgresql</artifactId >
239
- <version >${testcontainers.version} </version >
240
243
<scope >test</scope >
241
244
</dependency >
242
245
You can’t perform that action at this time.
0 commit comments