File tree Expand file tree Collapse file tree 1 file changed +39
-5
lines changed Expand file tree Collapse file tree 1 file changed +39
-5
lines changed Original file line number Diff line number Diff line change 1414
1515 <name >software-design</name >
1616
17+ <properties >
18+ <junit .jupiter.version>5.9.0</junit .jupiter.version>
19+ <junit .platform.version>1.9.0</junit .platform.version>
20+ <mockito .core.version>4.8.0</mockito .core.version>
21+ </properties >
22+
23+ <dependencies >
24+ <dependency >
25+ <groupId >org.junit.jupiter</groupId >
26+ <artifactId >junit-jupiter-api</artifactId >
27+ <version >${junit.jupiter.version} </version >
28+ <scope >test</scope >
29+ </dependency >
30+ <dependency >
31+ <groupId >org.junit.jupiter</groupId >
32+ <artifactId >junit-jupiter-engine</artifactId >
33+ <version >${junit.jupiter.version} </version >
34+ <scope >test</scope >
35+ </dependency >
36+ <dependency >
37+ <groupId >org.junit.jupiter</groupId >
38+ <artifactId >junit-jupiter-params</artifactId >
39+ <version >${junit.jupiter.version} </version >
40+ <scope >test</scope >
41+ </dependency >
42+ <dependency >
43+ <groupId >org.hamcrest</groupId >
44+ <artifactId >hamcrest-all</artifactId >
45+ <version >1.3</version >
46+ <scope >test</scope >
47+ </dependency >
48+ <dependency >
49+ <groupId >org.mockito</groupId >
50+ <artifactId >mockito-core</artifactId >
51+ <version >${mockito.core.version} </version >
52+ <scope >test</scope >
53+ </dependency >
54+ </dependencies >
55+
1756 <build >
1857 <plugins >
1958 <plugin >
3069 <plugin >
3170 <groupId >org.apache.maven.plugins</groupId >
3271 <artifactId >maven-compiler-plugin</artifactId >
33- <configuration >
34- <testExcludes >
35- <!-- <testExclude>**/ShowroomTest.java</testExclude> -->
36- </testExcludes >
37- </configuration >
3872 </plugin >
3973 </plugins >
4074 </pluginManagement >
You can’t perform that action at this time.
0 commit comments