Skip to content

Commit

Permalink
Merge pull request #2886 from bkalbfus/patch-1
Browse files Browse the repository at this point in the history
markdown persistence dependency for Wicket renamed
  • Loading branch information
andi-huber authored Feb 26, 2025
2 parents e051442 + 76af07a commit 8aeebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valuetypes/markdown/adoc/modules/markdown/pages/about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In addition, in the webapp module of your application, add the following depende
----
<dependency>
<groupId>org.apache.causeway.valuetypes</groupId>
<artifactId>causeway-valuetypes-markdown-xxx</artifactId> <!--.-->
<artifactId>causeway-valuetypes-markdown-persistence-xxx</artifactId> <!--.-->
</dependency>
----
<.> where `xxx` is `jpa` (if using xref:pjpa::about.adoc[]) or `jdo` (if using xref:pjdo::about.adoc[]).
Expand Down

0 comments on commit 8aeebea

Please sign in to comment.