handlebars.java icon indicating copy to clipboard operation
handlebars.java copied to clipboard

Duplicate package with handlebars-helpers

Open bmarwell opened this issue 5 years ago • 1 comments

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

bmarwell avatar Dec 11 '20 22:12 bmarwell

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

nhojpatrick avatar Oct 02 '22 15:10 nhojpatrick