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 8365f5bee078e86f26290e10a99625272e30831a Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Tue Jul 12 22:55:11 2022 +0200 Add dependency on jspwiki-http module --- jspwiki-main/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml index 0ee3ac591..6ae19d3aa 100644 --- a/jspwiki-main/pom.xml +++ b/jspwiki-main/pom.xml @@ -54,6 +54,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-http</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>jspwiki-wysiwyg</artifactId>
