jknack / handlebars.java

Logic-less and semantic Mustache templates with Java
http://jknack.github.io/handlebars.java
Other
1.46k stars 384 forks source link

Duplicate package with handlebars-helpers #817

Open bmarwell opened 3 years ago

bmarwell commented 3 years ago

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

nhojpatrick commented 1 year ago

Should get fixed if PR https://github.com/jknack/handlebars.java/pull/1003 is approved and merged.