• 0.69.3
  • $dateFormat.applyPattern("yyyy-MM-dd'T'hh:mm:ss'Z'")

JUnit, Hamcrest, and Mockito

The profile is activated automatically when src/test/java directory exists in the project. These artifacts are automatically added to the list of dependencies (in test scope, of course):

Thus, all you need is to create a unit test in src/test/java and all necessary dependencies will be available in classpath.