File tree 1 file changed +25
-1
lines changed 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 24
24
<url >https://github.com/tarantool/tarantool-java</url >
25
25
<connection >scm:git:git://github.com/tarantool/tarantool-java.git</connection >
26
26
<
developerConnection >scm:git:
[email protected] :tarantool/tarantool-java.git</
developerConnection >
27
- </scm >
27
+ </scm >
28
28
29
29
<developers >
30
30
<developer >
85
85
<version >1.23</version >
86
86
<scope >test</scope >
87
87
</dependency >
88
+ <dependency >
89
+ <groupId >org.junit.jupiter</groupId >
90
+ <artifactId >junit-jupiter-api</artifactId >
91
+ <version >${junit.jupiter.version} </version >
92
+ <scope >test</scope >
93
+ </dependency >
94
+ <dependency >
95
+ <groupId >org.junit.jupiter</groupId >
96
+ <artifactId >junit-jupiter-engine</artifactId >
97
+ <version >${junit.jupiter.version} </version >
98
+ <scope >test</scope >
99
+ </dependency >
100
+ <dependency >
101
+ <groupId >org.junit.vintage</groupId >
102
+ <artifactId >junit-vintage-engine</artifactId >
103
+ <version >${junit.jupiter.version} </version >
104
+ <scope >test</scope >
105
+ </dependency >
106
+ <dependency >
107
+ <groupId >org.mockito</groupId >
108
+ <artifactId >mockito-all</artifactId >
109
+ <version >1.9.5</version >
110
+ <scope >test</scope >
111
+ </dependency >
88
112
</dependencies >
89
113
90
114
<parent >
You can’t perform that action at this time.
0 commit comments