Skip to content

Commit 51a0616

Browse files
authored
Merge pull request #4 from andreilorin/release/1.3.0
Release/1.3.0
2 parents e94fccc + 082520a commit 51a0616

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This archetype generates projects with dependencies that allow for rapid prototy
77
- [assertj](https://assertj.github.io/doc/)
88
- [HikariCP](https://github.com/brettwooldridge/HikariCP)
99
- [java-diff-utils](https://github.com/java-diff-utils/java-diff-utils)
10+
- [java-faker](https://dius.github.io/java-faker/)
1011
- [junit5](https://junit.org/junit5/)
1112
- [lombok](https://projectlombok.org/)
1213
- [mockito](https://site.mockito.org/)

src/main/resources/archetype-resources/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>java-diff-utils</artifactId>
5353
<version>${javadiffutil.version}</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>com.github.javafaker</groupId>
57+
<artifactId>javafaker</artifactId>
58+
<version>0.12</version>
59+
</dependency>
5560
<dependency>
5661
<groupId>org.junit.jupiter</groupId>
5762
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)