handlebars.java
handlebars.java copied to clipboard
Duplicate package with handlebars-helpers
Hi,
I would like to run a test using wiremock, which uses this library and handlebars-helpers as well.
I cannot execute the test modularized, because both deps export the same package:
java.lang.module.ResolutionException: Modules handlebars.helpers and handlebars export package com.github.jknack.handlebars.helper to module org.mockito
Should get fixed if PR https://github.com/jknack/handlebars.java/pull/1003 is approved and merged.