neuland / pug4j

a pug implementation written in Java (formerly known as jade)
MIT License
61 stars 12 forks source link

jexl3 dependency conflict #12

Closed RayaneA7 closed 10 months ago

RayaneA7 commented 2 years ago

I have plenty of errors of this type when trying to use pug4J inside a javaFX project : the unnamed module reads package org.apache.commons.jexl3 from both commons.jexl3 and pug4j lot of modules which uses jexl3 causes conflicts because of jexl3 package's different versions inside the same project

RayaneA7 commented 2 years ago

Note : I am using Gradle, and tried to import pug4j alongside with javafx

chbloemer commented 1 year ago

Please try out 2.1.0. I moved the jexl overrides into a different package.