File tree 2 files changed +6
-0
lines changed
src/main/resources/archetype-resources
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This archetype generates projects with dependencies that allow for rapid prototy
7
7
- [ assertj] ( https://assertj.github.io/doc/ )
8
8
- [ HikariCP] ( https://github.com/brettwooldridge/HikariCP )
9
9
- [ java-diff-utils] ( https://github.com/java-diff-utils/java-diff-utils )
10
+ - [ java-faker] ( https://dius.github.io/java-faker/ )
10
11
- [ junit5] ( https://junit.org/junit5/ )
11
12
- [ lombok] ( https://projectlombok.org/ )
12
13
- [ mockito] ( https://site.mockito.org/ )
Original file line number Diff line number Diff line change 52
52
<artifactId >java-diff-utils</artifactId >
53
53
<version >${javadiffutil.version} </version >
54
54
</dependency >
55
+ <dependency >
56
+ <groupId >com.github.javafaker</groupId >
57
+ <artifactId >javafaker</artifactId >
58
+ <version >0.12</version >
59
+ </dependency >
55
60
<dependency >
56
61
<groupId >org.junit.jupiter</groupId >
57
62
<artifactId >junit-jupiter-engine</artifactId >
You can’t perform that action at this time.
0 commit comments