File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1212 <version >2.2</version >
1313 </parent >
1414
15+ <scm >
16+ <developerConnection >scm:git:git@github.com:dinject/dinject-controller.git</developerConnection >
17+ <tag >HEAD</tag >
18+ </scm >
19+
20+ <dependencies >
21+ <dependency >
22+ <groupId >org.junit.jupiter</groupId >
23+ <artifactId >junit-jupiter-api</artifactId >
24+ <version >5.6.2</version >
25+ <scope >test</scope >
26+ </dependency >
27+
28+ <dependency >
29+ <groupId >org.junit.jupiter</groupId >
30+ <artifactId >junit-jupiter-engine</artifactId >
31+ <version >5.6.2</version >
32+ <scope >test</scope >
33+ </dependency >
34+
35+ <dependency >
36+ <groupId >org.assertj</groupId >
37+ <artifactId >assertj-core</artifactId >
38+ <version >3.16.1</version >
39+ <scope >test</scope >
40+ </dependency >
41+
42+ <dependency >
43+ <groupId >org.mockito</groupId >
44+ <artifactId >mockito-core</artifactId >
45+ <version >2.18.3</version >
46+ <scope >test</scope >
47+ </dependency >
48+
49+ </dependencies >
50+
1551</project >
You can’t perform that action at this time.
0 commit comments