Verify JUnit dependency setup in Maven project
Preconditions (2)
Step 1: Open the project's pom.xml file
Step 2: Add the JUnit 5 dependency inside the <dependencies> tag
Step 3: Save the pom.xml file
Step 4: Run 'mvn clean test' command in the project directory
Step 5: Observe the build and test execution output
✅ Expected Result: Maven downloads the JUnit 5 dependency, compiles the project, and runs tests successfully without errors