This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch CAUSEWAY-3591
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/CAUSEWAY-3591 by this push:
new ca57b73794 CAUSEWAY-3591: fixes module-info.java
ca57b73794 is described below
commit ca57b73794bfd45b69ec17fac181688cffadd284
Author: danhaywood <[email protected]>
AuthorDate: Thu Sep 28 15:13:34 2023 +0100
CAUSEWAY-3591: fixes module-info.java
---
persistence/commons/src/main/java/module-info.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/persistence/commons/src/main/java/module-info.java
b/persistence/commons/src/main/java/module-info.java
index 902f285934..ddc1bccd1e 100644
--- a/persistence/commons/src/main/java/module-info.java
+++ b/persistence/commons/src/main/java/module-info.java
@@ -17,7 +17,6 @@
* under the License.
*/
module org.apache.causeway.persistence.commons {
- exports org.apache.causeway.persistence.jpa.integration.changetracking;
exports org.apache.causeway.persistence.commons;
exports
org.apache.causeway.persistence.commons.metamodel.facets.prop.column;
exports org.apache.causeway.persistence.commons.integration.changetracking;