mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8197533: Move javax.transaction.xa to its own module
Reviewed-by: darcy, alanb, psandoz, ihse
This commit is contained in:
parent
d4d8c255b2
commit
9995861868
18 changed files with 129 additions and 51 deletions
|
@ -55,6 +55,7 @@ module java.se {
|
|||
requires transitive java.security.sasl;
|
||||
requires transitive java.sql;
|
||||
requires transitive java.sql.rowset;
|
||||
requires transitive java.transaction.xa;
|
||||
requires transitive java.xml;
|
||||
requires transitive java.xml.crypto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue