You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/07/12 21:03:47 UTC

[jspwiki] 14/25: Add dependency on jspwiki-http module

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 <ju...@gmail.com>
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>