Skip to content

Commit dc623ec

Browse files
author
Xakep_SDK
committed
Make java.desktop module optional (static)
java.desktop classes (java.beans.ConstructorProperties and java.beans.Transient) are used in com.fasterxml.jackson.databind.ext.Java7SupportImpl, if java.beans classes are not present, then jackson will not load Java7SupportImpl
1 parent 5fd7cc4 commit dc623ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moditect/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated 08-Mar-2019 using Moditect maven plugin
22
module com.fasterxml.jackson.databind {
3-
requires java.desktop;
3+
requires static java.desktop;
44

55
requires transitive com.fasterxml.jackson.annotation;
66
requires transitive com.fasterxml.jackson.core;

0 commit comments

Comments
 (0)