* [TASK-20625] Upgraded testing-modules to jdk9-and-above profile * [TASK-20625] Fixed failing modules * [TASK-20625] Removed ninja submodule from build * Update pom.xml --------- Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
Relevant Articles:
- A Guide to JUnit 5
 - JUnit5 @RunWith
 - Get the Path of the /src/test/resources Directory in JUnit
 - Tagging and Filtering JUnit Tests
 - JUnit 5 Temporary Directory Support
 - @Before vs @BeforeClass vs @BeforeEach vs @BeforeAll
 - JUnit 5 @Test Annotation
 - Migrating from JUnit 4 to JUnit 5
 - Assert an Exception Is Thrown in JUnit 4 and 5
 - The Difference Between Failure and Error in JUnit