From 9b542b3f521149c45239d653a21d9424f41333f3 Mon Sep 17 00:00:00 2001 From: Tony Walmsley Date: Wed, 19 Oct 2022 12:13:46 +0100 Subject: [PATCH] Export the new Rdf*Services classes from the module --- hqdm-rdf/src/main/java/module-info.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hqdm-rdf/src/main/java/module-info.java b/hqdm-rdf/src/main/java/module-info.java index 4ede3e62..753f8113 100644 --- a/hqdm-rdf/src/main/java/module-info.java +++ b/hqdm-rdf/src/main/java/module-info.java @@ -22,4 +22,5 @@ exports uk.gov.gchq.magmacore.hqdm.rdf.iri; exports uk.gov.gchq.magmacore.hqdm.rdf.util; exports uk.gov.gchq.magmacore.hqdm.rdf; + exports uk.gov.gchq.magmacore.hqdm.rdfservices; }