We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb703e commit 1160390Copy full SHA for 1160390
yaml/src/moditect/module-info.java
@@ -4,7 +4,7 @@
4
requires com.fasterxml.jackson.databind;
5
6
// Not sure what canonical module name is for SnakeYAML?
7
- requires snakeyaml;
+ requires org.yaml.snakeyaml;
8
9
exports com.fasterxml.jackson.dataformat.yaml;
10
// probably need to expose this for 2.x?
0 commit comments