X4O: Replaced java EL dep of driver with local code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 12s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 12s
This commit is contained in:
parent
bc4b3a272c
commit
7ce5c2fc91
26 changed files with 86 additions and 608 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue