diff --git a/pom.xml b/pom.xml index feeca04bcf0d2e79d6426cfcf39d6c599e709f9b..bfbd19b62412e8eda72424d4f2beaae941fe9c11 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,11 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>net.datafaker</groupId> + <artifactId>datafaker</artifactId> + <version>2.4.2</version> + </dependency> <!-- REST-assured for integration testing --> <dependency> @@ -171,6 +176,7 @@ <path> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> + <version>1.18.36</version> </path> </annotationProcessorPaths> </configuration>