File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 20
20
</parent >
21
21
22
22
<properties >
23
-
24
23
<dist .key>DATAJDBC</dist .key>
25
24
26
25
<springdata .commons>2.2.0.BUILD-SNAPSHOT</springdata .commons>
27
- <java-module-name >spring.data.jdbc</ java-module-name >
26
+ <assertj >3.6.2</ assertj >
28
27
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
29
28
30
- <assertj-core .version>3.6.2</assertj-core .version>
31
29
<degraph-check .version>0.1.4</degraph-check .version>
30
+
32
31
<hsqldb .version>2.2.8</hsqldb .version>
33
32
<mybatis .version>3.4.6</mybatis .version>
34
33
<mybatis-spring .version>1.3.2</mybatis-spring .version>
35
34
<mysql-connector-java .version>5.1.41</mysql-connector-java .version>
36
35
<postgresql .version>42.0.0</postgresql .version>
37
36
<mariadb-java-client .version>2.2.3</mariadb-java-client .version>
38
37
<testcontainers .version>1.7.3</testcontainers .version>
39
-
40
38
</properties >
41
39
42
40
<inceptionYear >2017</inceptionYear >
Original file line number Diff line number Diff line change 18
18
</parent >
19
19
20
20
<properties >
21
-
22
- <dist .key>DATAJDBC</dist .key>
23
-
24
- <springdata .commons>2.2.0.BUILD-SNAPSHOT</springdata .commons>
25
21
<java-module-name >spring.data.jdbc</java-module-name >
26
- <hsqldb .version>2.2.8</hsqldb .version>
27
- <mybatis .version>3.4.6</mybatis .version>
28
- <mybatis-spring .version>1.3.2</mybatis-spring .version>
29
- <mysql-connector-java .version>5.1.41</mysql-connector-java .version>
30
- <postgresql .version>42.0.0</postgresql .version>
31
- <mariadb-java-client .version>2.2.3</mariadb-java-client .version>
32
22
</properties >
33
23
34
24
<inceptionYear >2017</inceptionYear >
143
133
<dependency >
144
134
<groupId >org.assertj</groupId >
145
135
<artifactId >assertj-core</artifactId >
146
- <version >${assertj-core.version } </version >
136
+ <version >${assertj} </version >
147
137
<scope >test</scope >
148
138
</dependency >
149
139
Original file line number Diff line number Diff line change 17
17
</parent >
18
18
19
19
<properties >
20
-
21
20
<java-module-name >spring.data.relational</java-module-name >
22
21
</properties >
23
22
52
51
<dependency >
53
52
<groupId >org.assertj</groupId >
54
53
<artifactId >assertj-core</artifactId >
55
- <version >${assertj-core.version} </version >
56
- <scope >test</scope >
57
- </dependency >
58
-
59
- <dependency >
60
- <groupId >io.projectreactor</groupId >
61
- <artifactId >reactor-test</artifactId >
54
+ <version >${assertj} </version >
62
55
<scope >test</scope >
63
56
</dependency >
64
57
You can’t perform that action at this time.
0 commit comments