I have fixed the issue by reimplementing the code that was depending on the cyberneko jar.
Jacopo On Wed, Nov 19, 2025 at 1:10 PM Jacopo Cappellato < [email protected]> wrote: > Hi Jacques, > > Yes, that is the repository causing the issue, but it appears to be the > only one configured with html-1.9.8.jar. I tried commenting it out, but > then the project failed to build. > > Jacopo > > > On Wed, Nov 19, 2025 at 12:32 PM Jacques Le Roux < > [email protected]> wrote: > >> Hi Jacopo, >> >> In build.gradle we have >> >> maven { >> >> // org.cyberneko.html.parsers (used by UELFunctions, was in esapi before >> 2.3) >> >> url "https://repository.ow2.org/nexus/content/repositories/public/" >> >> } >> >> Maybe temporary commenting it out would work ? >> >> HTH >> >> Jacques >> >> Le 19/11/2025 à 11:57, Jacopo Cappellato a écrit : >> > Hi all, >> > >> > It seems that one of the Maven repositories [*] needed to download a >> > runtime dependency [**] required by OFBiz is currently not responding, >> > apparently due to a license issue on their side [***]. >> > As a result, any attempt to build and run OFBiz with a clean .gradle >> cache >> > is failing. >> > >> > Jacopo >> > >> > [*]https://repository.ow2.org/nexus/content/repositories/public/ >> > [**] html-1.9.8.jar >> > [***] >> > >> https://repository.ow2.org/nexus/content/repositories/public/org/cyberneko/html/1.9.8/html-1.9.8.jar >> > is returning error "402 - Invalid license" > >
