Skip to content

Commit e2132b3

Browse files
authored
SANTUARIO-627 - missmatch between module-info and published dependencies (#563)
1 parent 32a81f0 commit e2132b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
*/
2323
module org.apache.santuario.xmlsec {
2424

25-
requires transitive jakarta.activation;
26-
requires transitive jakarta.xml.bind;
25+
requires static jakarta.activation;
26+
requires static jakarta.xml.bind;
2727
requires java.base;
2828
requires java.management;
2929
requires java.xml;

0 commit comments

Comments
 (0)