This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 6bcf793ab98d255f92aa9063451ca0bd468eed19 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Fri Mar 11 14:32:53 2022 +0100 add jspwiki-wysiwyg dependency --- jspwiki-main/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml index 205cb4c..0614605 100644 --- a/jspwiki-main/pom.xml +++ b/jspwiki-main/pom.xml @@ -55,6 +55,12 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-wysiwyg</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency>
