This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch jdo-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
commit 12fc5c96587b1768359761c3e5dd02ddd2f8934e Author: danhaywood <[email protected]> AuthorDate: Sun Jan 29 18:16:56 2023 +0000 trivial formatting change --- src/main/java/domainapp/webapp/AppManifest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/domainapp/webapp/AppManifest.java b/src/main/java/domainapp/webapp/AppManifest.java index 612c1c9..c49ae2f 100644 --- a/src/main/java/domainapp/webapp/AppManifest.java +++ b/src/main/java/domainapp/webapp/AppManifest.java @@ -25,7 +25,6 @@ import domainapp.modules.hello.HelloWorldModule; CausewayModuleCoreRuntimeServices.class, CausewayModuleSecurityShiro.class, - CausewayModulePersistenceJdoDatanucleus.class, CausewayModuleViewerRestfulObjectsJaxrsResteasy.class, CausewayModuleViewerWicketApplibMixins.class,
