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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fe7e9dd2c CAUSEWAY-3411: add pom changes to mignotes
0fe7e9dd2c is described below

commit 0fe7e9dd2cb828dfe69f2ee5d39244f5d227cdea
Author: Andi Huber <[email protected]>
AuthorDate: Sat Apr 8 09:49:39 2023 +0200

    CAUSEWAY-3411: add pom changes to mignotes
---
 .../ROOT/pages/2023/2.0.0-RC2/mignotes.adoc        | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC2/mignotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC2/mignotes.adoc
index 25cbaa3bda..6931095da8 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC2/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC2/mignotes.adoc
@@ -10,3 +10,39 @@ This page will be added to as development progresses.
 Incubator projects `viewer-vaadin` and `viewer-javafx` were discontinued in 
version 2.x, 
 but these are continued in version 3.x.
 
+=== causeway-mavendeps-webapp
+
+Dependencies 
+
+[source,xml]
+.pom.xml
+----
+<dependency>
+       <groupId>org.apache.causeway.viewer</groupId>
+       <artifactId>causeway-viewer-wicket-viewer</artifactId>
+</dependency>
+
+<dependency>
+       <groupId>org.apache.causeway.viewer</groupId>
+       <artifactId>causeway-viewer-restfulobjects-jaxrsresteasy</artifactId>
+</dependency>
+----
+
+were removed from
+
+[source,xml]
+.pom.xml
+---- 
+<dependency>
+    <groupId>org.apache.causeway.mavendeps</groupId>
+    <artifactId>causeway-mavendeps-webapp</artifactId>
+    <type>pom</type>
+</dependency>
+----
+
+[NOTE]
+====
+Other viewers are in incubation phase. 
+This change allows for fine grained control on which viewers to add, 
+while providing a minimal _Spring_ web stack.
+====
\ No newline at end of file

Reply via email to