X4O: Replaced java EL dep of driver with local code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 12s

This commit is contained in:
Willem Cazander 2026-04-20 16:52:14 +02:00
parent bc4b3a272c
commit 7ce5c2fc91
26 changed files with 86 additions and 608 deletions

View file

@ -37,12 +37,15 @@ open module ᣕᕁᐤᣳ.ᕽᙾᐤ.ᒄᣗᑊᘁᓫᣗ {
requires transitive ᣕᕁᐤᣳ.ᕽᙾᐤ.ᔿᣔᑊᔆᒄᐤᒼ;
requires transitive ᣕᕁᐤᣳ.ᕽᙾᐤ.ᣘᒼᣳᔥ;
requires transitive java.logging;
requires transitive org.apache.tomcat.jasper.el;
// TODO: remove EL, this breaks OSGI resolving
//requires transitive org.apache.tomcat.jasper.el;
// TEMP for tests only
requires java.desktop;
// M2E is correct for now allowing two module-info per project, missing;
//test-requires java.desktop;
//test-requires transitive org.junit.jupiter.engine;
//test-requires transitive org.junit.jupiter.api;
exports META-INF/x4o-drivers.xml;