incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

Please update FakeDataService to use the latest JavaFaker dependency #93

Open bkalbfus opened 6 years ago

bkalbfus commented 6 years ago

https://mvnrepository.com/artifact/org.isisaddons.module.fakedata/isis-module-fakedata-dom/1.16.2

The latest version, 1.16.2, uses javafaker version 0.5. The latest javafaker is version 0.16. There have been many useful faker classes added and at least one refactoring that prevents me from simply replacing it in my project's pom.xml.

Thank you, Brian