Skip to content

Commit 60a67c2

Browse files
committed
FSM issue #203
1 parent 30e652b commit 60a67c2

File tree

2 files changed

+3
-90
lines changed

2 files changed

+3
-90
lines changed

FiniteStateMachine/pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,21 @@
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>
@@ -59,4 +41,5 @@
5941
</plugin>
6042
</plugins>
6143
</build>
62-
</project>
44+
45+
</project>

FiniteStateMachine/src/main/java/com/iluwatar/TrafficLightFsmTest.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)