We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d75fd8 commit 165a072Copy full SHA for 165a072
http-generator-core/src/main/java/module-info.java
@@ -11,5 +11,6 @@
11
requires transitive io.swagger.v3.oas.annotations;
12
requires transitive com.fasterxml.jackson.core;
13
requires transitive com.fasterxml.jackson.databind;
14
+ requires transitive com.fasterxml.jackson.annotation;
15
requires transitive java.validation;
16
}
0 commit comments