Skip to content

Commit

Permalink
Merge pull request #473 from dearrudam/adding-datafaker-lib
Browse files Browse the repository at this point in the history
Add datafaker library for test support
  • Loading branch information
dearrudam authored Jan 8, 2024
2 parents dd89a06 + 4450527 commit 3fa5612
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<mockito.verson>5.8.0</mockito.verson>
<assertj.version>3.24.2</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<datafaker.version>2.0.2</datafaker.version>
<pi-test.version>1.15.3</pi-test.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
</properties>
Expand Down Expand Up @@ -157,6 +158,12 @@
<version>${mockito.verson}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>${datafaker.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -261,6 +268,11 @@
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 3fa5612

Please sign in to comment.