From 1160390db4502415a6dba4475f1eedc9408298b5 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 19 May 2019 16:10:04 -0700 Subject: [PATCH] Update snakeyaml module package name --- yaml/src/moditect/module-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/src/moditect/module-info.java b/yaml/src/moditect/module-info.java index b8d14b2a..b300c18a 100644 --- a/yaml/src/moditect/module-info.java +++ b/yaml/src/moditect/module-info.java @@ -4,7 +4,7 @@ requires com.fasterxml.jackson.databind; // Not sure what canonical module name is for SnakeYAML? - requires snakeyaml; + requires org.yaml.snakeyaml; exports com.fasterxml.jackson.dataformat.yaml; // probably need to expose this for 2.x?