Skip to content

Commit 1160390

Browse files
committed
Update snakeyaml module package name
1 parent acb703e commit 1160390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/src/moditect/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
requires com.fasterxml.jackson.databind;
55

66
// Not sure what canonical module name is for SnakeYAML?
7-
requires snakeyaml;
7+
requires org.yaml.snakeyaml;
88

99
exports com.fasterxml.jackson.dataformat.yaml;
1010
// probably need to expose this for 2.x?

0 commit comments

Comments
 (0)