File tree 3 files changed +24
-11
lines changed
3 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 12
12
<name >YDB Basic Example</name >
13
13
<description >Simple example of usage Java SDK for YDB</description >
14
14
15
+ <properties >
16
+ <junit5 .version>5.10.1</junit5 .version>
17
+ </properties >
18
+
15
19
<dependencies >
16
20
<dependency >
17
21
<groupId >tech.ydb</groupId >
36
40
<artifactId >ydb-junit5-support</artifactId >
37
41
<scope >test</scope >
38
42
</dependency >
43
+
44
+ <dependency >
45
+ <groupId >org.junit.jupiter</groupId >
46
+ <artifactId >junit-jupiter-api</artifactId >
47
+ <version >${junit5.version} </version >
48
+ <scope >test</scope >
49
+ </dependency >
39
50
</dependencies >
40
51
41
52
<build >
Original file line number Diff line number Diff line change 65
65
<version >1.19.1</version >
66
66
<scope >test</scope >
67
67
</dependency >
68
- <dependency >
69
- <groupId >tech.ydb.test</groupId >
70
- <artifactId >ydb-junit5-support</artifactId >
71
- <scope >test</scope >
72
- <exclusions >
73
- <exclusion >
74
- <groupId >org.junit.jupiter</groupId >
75
- <artifactId >junit-jupiter-api</artifactId >
76
- </exclusion >
77
- </exclusions >
78
- </dependency >
79
68
<dependency >
80
69
<groupId >org.springframework.boot</groupId >
81
70
<artifactId >spring-boot-starter-test</artifactId >
82
71
<version >${spring.boot.version} </version >
83
72
<scope >test</scope >
84
73
</dependency >
74
+ <dependency >
75
+ <groupId >tech.ydb.test</groupId >
76
+ <artifactId >ydb-junit5-support</artifactId >
77
+ <scope >test</scope >
78
+ </dependency >
85
79
</dependencies >
86
80
<build >
87
81
<sourceDirectory >${project.basedir} /src/main/kotlin</sourceDirectory >
Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<jetty .version>10.0.14</jetty .version>
18
18
<gson .version>2.9.0</gson .version>
19
+ <junit5 .version>5.10.1</junit5 .version>
19
20
</properties >
20
21
21
22
<dependencies >
53
54
<artifactId >ydb-junit5-support</artifactId >
54
55
<scope >test</scope >
55
56
</dependency >
57
+
58
+ <dependency >
59
+ <groupId >org.junit.jupiter</groupId >
60
+ <artifactId >junit-jupiter-api</artifactId >
61
+ <version >${junit5.version} </version >
62
+ <scope >test</scope >
63
+ </dependency >
56
64
</dependencies >
57
65
58
66
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments