<!-- JUnit 5 --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.10.2</version> <scope>test</scope> </dependency> </dependencies>
<dependencies> <!-- Jackson for JSON --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.0</version> </dependency> javfree
<groupId>com.example</groupId> <artifactId>taskmaster</artifactId> <version>1.0.0</version> !-- JUnit 5 -->
<build> <plugins> <!-- Maven Surefire for running tests --> <plugin> <groupId>org.apache.maven !-- Jackson for JSON -->