mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Move source to Jakarta (use ./jakarta-to-javax.sh)
Moving the master branch to use jakarta based code and dependencies. Change to use ./jakarta-to-javax.sh to convert back to javax when releasing that.
This commit is contained in:
@@ -19,7 +19,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