File tree Expand file tree Collapse file tree 2 files changed +3
-90
lines changed
src/main/java/com/iluwatar Expand file tree Collapse file tree 2 files changed +3
-90
lines changed Original file line number Diff line number Diff line change 1111
1212 <artifactId >FiniteStateMachine</artifactId >
1313
14+
1415 <properties >
1516 <maven .compiler.source>17</maven .compiler.source>
1617 <maven .compiler.target>17</maven .compiler.target>
1718 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1819 </properties >
19-
2020 <dependencies >
21- <!-- Mockito dependency for mocking objects -->
2221 <dependency >
2322 <groupId >org.mockito</groupId >
2423 <artifactId >mockito-core</artifactId >
25- <version >5.5.0</version > <!-- Specify the version for Mockito -->
26- <scope >test</scope >
27- </dependency >
28-
29- <!-- JUnit 5 for unit testing -->
30- <dependency >
31- <groupId >org.junit.jupiter</groupId >
32- <artifactId >junit-jupiter-api</artifactId >
33- <version >5.8.2</version >
34- <scope >test</scope >
35- </dependency >
36- <dependency >
37- <groupId >org.junit.jupiter</groupId >
38- <artifactId >junit-jupiter-engine</artifactId >
39- <version >5.8.2</version >
40- <scope >test</scope >
4124 </dependency >
4225 </dependencies >
4326
4427 <build >
4528 <plugins >
46- <!-- JaCoCo for code coverage -->
4729 <plugin >
4830 <groupId >org.jacoco</groupId >
4931 <artifactId >jacoco-maven-plugin</artifactId >
5941 </plugin >
6042 </plugins >
6143 </build >
62- </project >
44+
45+ </project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments