mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Migrate to Jakarta JAXB (jakarta.xml.bind <- javax.xml.bind)
This commit is contained in:
@@ -20,7 +20,7 @@ module io.ebean.test {
|
||||
|
||||
requires transitive io.ebean.test.containers;
|
||||
requires transitive org.assertj.core;
|
||||
requires transitive java.xml.bind;
|
||||
requires transitive jakarta.xml.bind;
|
||||
requires transitive com.h2database;
|
||||
|
||||
// support testing
|
||||
|
||||
Reference in New Issue
Block a user