Skip to content

Commit 9650ee5

Browse files
revert changes to module-info.java
1 parent 2bb4e03 commit 9650ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiapps-controller-api/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
requires static java.compiler;
1515
requires static jakarta.inject;
1616
requires static org.immutables.value;
17+
requires static io.swagger.annotations;
1718
requires jakarta.servlet;
1819
requires jakarta.xml.bind;
19-
requires io.swagger.annotations;
2020

2121
}

0 commit comments

Comments
 (0)