This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/CAUSEWAY-3676 by this push:
     new 5223f8a950 CAUSEWAY-3676: moves further classes to model module (2)
5223f8a950 is described below

commit 5223f8a95099b9682246cd316b40aec6cf2b1fdf
Author: danhaywood <[email protected]>
AuthorDate: Sat Jan 20 10:24:14 2024 +0000

    CAUSEWAY-3676: moves further classes to model module (2)
---
 incubator/viewers/graphql/model/src/main/java/module-info.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/incubator/viewers/graphql/model/src/main/java/module-info.java 
b/incubator/viewers/graphql/model/src/main/java/module-info.java
index 5899d6c459..30cc1ae5af 100644
--- a/incubator/viewers/graphql/model/src/main/java/module-info.java
+++ b/incubator/viewers/graphql/model/src/main/java/module-info.java
@@ -1,6 +1,7 @@
 module org.apache.causeway.incubator.viewer.graphql.model {
     exports org.apache.causeway.viewer.graphql.model;
     exports org.apache.causeway.viewer.graphql.model.parts;
+    exports org.apache.causeway.viewer.graphql.model.util;
 
     requires org.apache.causeway.core.config;
     requires org.apache.causeway.incubator.viewer.graphql.applib;

Reply via email to