Skip to content

Commit 165a072

Browse files
committed
#79 - Bump to Java 11 with module-info
Add requires transitive com.fasterxml.jackson.annotation;
1 parent 6d75fd8 commit 165a072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-generator-core/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
requires transitive io.swagger.v3.oas.annotations;
1212
requires transitive com.fasterxml.jackson.core;
1313
requires transitive com.fasterxml.jackson.databind;
14+
requires transitive com.fasterxml.jackson.annotation;
1415
requires transitive java.validation;
1516
}

0 commit comments

Comments
 (0)